Browse Source

Specify temp file for vim

DricomDragon 5 năm trước cách đây
mục cha
commit
b864c6d611
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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