Selaa lähdekoodia

Fix swap directory

Thomas Dy 8 vuotta sitten
vanhempi
commit
5ca169b9f0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .vimrc

+ 1 - 1
.vimrc

@@ -102,7 +102,7 @@ set title
 " xdg-ish settings
 set undodir=~/.cache/vim/undo,.
 set backupdir=~/.cache/vim/backup,.
-set directory=~/.cache/vim/swap,.
+set directory=~/.cache/vim/swap//,.
 
 " default indentation
 set shiftwidth=2