How to hide gvim's backup files under Windows XP?
EDIT: I think I have mistaken backup files as swap files. Actually I mean the files that end with ~. Sorry.
|
How to hide gvim's backup files under Windows XP? EDIT: I think I have mistaken backup files as swap files. Actually I mean the files that end with
| ||||
|
feedback
|
|
I wrote the answer below when the question was about Vim’s swap files. The same idea applies for Vim’s backup files with the option You could use a central location for the swap files. It would not “flip the hidden bit”, but it would effectively get them out of the way. See the documentation for Place one of the following in your
| ||||
|
feedback
|
|
One way to hide the backup files would be to put them in a separate directory. See
Another way might be to use the | |||
|
feedback
|
|
To prevent the backup file (the one with the ~ at the end) from being created, add the following to the end of the _vimrc file: set nobackup set nowritebackup | |||
|
feedback
|
|
Hide or completely turn that off? If the latter is OK, put to your .vimrc file line
| |||
|
feedback
|