You are not logged in.
Pages: 1
I upgraded to Vim 7.0.17 and now every time a edit a file vim creates another file with the same file name as the one I edited appened with a "~". This file stays even after I save and close gvim. What is it and how can I get rid of them?
-kyle
Offline
Put
set nobackup
in your .vimrc. As the name of that setting implies, it's a backup mechanism.
Offline
Perfect, thanks for the quick reply.
Offline
Pages: 1