Browse Source

Fix swap directory

Thomas Dy 8 years ago
parent
commit
5ca169b9f0
1 changed files with 1 additions and 1 deletions
  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