Seus desenvolvedores podem adicionar uma linha como esta ao .vimrc
(ou _vimrc
no Windows):% set directory=c:\temp\,.
:help direcory
no Vim mostra:
List of directory names for the swap file, separated with commas.
- The swap file will be created in the first directory where this is possible.
- Empty means that no swap file will be used (recovery is impossible!).
- ...