Sfoglia il codice sorgente

Specify temp file for vim

DricomDragon 5 anni fa
parent
commit
b864c6d611
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Install/Templates/vimrc

+ 1 - 0
Install/Templates/vimrc

@@ -121,6 +121,7 @@ else
   set backup " keep a backup file (restore to previous version)
   if has('persistent_undo')
     set undofile " keep an undo file (undo changes after closing)
+    set undodir=/tmp/
   endif
 endif