Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command to move files with LSP support #8584

Merged
merged 20 commits into from
Nov 8, 2023

Commits on Oct 22, 2023

  1. Added rename command

    ontley authored and yo-main committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    4a5dd70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c67822c View commit details
    Browse the repository at this point in the history
  3. Fixed wrong command name being used

    ontley authored and yo-main committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    997d0eb View commit details
    Browse the repository at this point in the history
  4. fixed clippy suggestions

    ontley authored and yo-main committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    721445a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bf805f View commit details
    Browse the repository at this point in the history
  6. added ':rnm' alias to ':rename'

    ontley authored and yo-main committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    4d6b78d View commit details
    Browse the repository at this point in the history
  7. code cleanup

    ontley authored and yo-main committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    3c2fff1 View commit details
    Browse the repository at this point in the history
  8. formatting

    ontley authored and yo-main committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    f283a99 View commit details
    Browse the repository at this point in the history
  9. removed debug line

    ontley authored and yo-main committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    5bdbc95 View commit details
    Browse the repository at this point in the history
  10. cargo fmt

    ontley authored and yo-main committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    87ba9e1 View commit details
    Browse the repository at this point in the history
  11. Improved new buffer error message

    Co-authored-by: Pascal Kuthe <[email protected]>
    2 people authored and yo-main committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    18b0340 View commit details
    Browse the repository at this point in the history
  12. Removed unnecessary path normalizing

    Co-authored-by: Pascal Kuthe <[email protected]>
    2 people authored and yo-main committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    03915e1 View commit details
    Browse the repository at this point in the history
  13. Update helix-term/src/commands/typed.rs

    Co-authored-by: Pascal Kuthe <[email protected]>
    2 people authored and yo-main committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    0d7d380 View commit details
    Browse the repository at this point in the history
  14. Update helix-term/src/commands/typed.rs

    Co-authored-by: Pascal Kuthe <[email protected]>
    2 people authored and yo-main committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    4967aae View commit details
    Browse the repository at this point in the history
  15. Update helix-term/src/commands/typed.rs

    Co-authored-by: Pascal Kuthe <[email protected]>
    2 people authored and yo-main committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    1142792 View commit details
    Browse the repository at this point in the history
  16. Update helix-term/src/commands/typed.rs

    Co-authored-by: Pascal Kuthe <[email protected]>
    2 people authored and yo-main committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    073f130 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7f47c01 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    a5d779f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2b9572 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    515aab4 View commit details
    Browse the repository at this point in the history