Backup files are created each time you save your file in VIM.
To turn this feature off, open _vimrc at VIM installation directory.
Add the following line at the start of the file:
set nobackup
Hope this helps
Backup files are created each time you save your file in VIM.
To turn this feature off, open _vimrc at VIM installation directory.
Add the following line at the start of the file:
set nobackup
Hope this helps