Answer the question
In order to leave comments, you need to log in
After editing the file, a file appears that interferes with working with git?
I edit a file in vim, let's say index.html and after :wq a file is created in the same directory index.html ~ what is it? It interferes with working with git (
Answer the question
In order to leave comments, you need to log in
Looks like files under undo.
In this case, they can be turned off ( set noundofile
), but I strongly do not recommend doing this. It's better to change the directory to store them from "relative to current" to something absolute outside of the project ( set undodir=
). And you need to keep in mind that this directory must already be somehow created and be available to Vim, since it does not create it itself.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question