I use gvim on windows and I want to know a way to disable the temp file(ending in ~) file creation. Also is there a problem if we do it?
put these in your vimrc file
set nobackup set nowritebackup set noswapfile