-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Prevent :move
overwriting destination & Add :move!
to force overwrite
#11093
base: master
Are you sure you want to change the base?
Conversation
I finally tried to look into this, and I can't reproduce the github actions error. |
I don't understand what the problem is... 5-pebbles#3 it works fine on my fork. |
|
Um, I did not think that was the issue... Thank you very much for pointing that out! |
If you run the old
:move
command with a path that already exists, that file will be overwritten without warning.Example:
In this PR moving to an existing destination will display the following:
Destination exists. Use `:move!` to overwrite
.I have also added the
:move!
command which behaves the same as the old move, overwriting the destination.