Skip to content

Commit 9f23658

Browse files
committed
Merge branch 'xdg-defaults'
2 parents 6d239c6 + 339d464 commit 9f23658

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xdg.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ if empty($XDG_CONFIG_HOME)
55
let $XDG_CONFIG_HOME = $HOME.'/.config'
66
endif
77

8-
if !isdirectory($XDG_CACHE_HOME . "/vim/swap")
8+
if !isdirectory($XDG_CACHE_HOME . "/vim/swap")
99
call mkdir($XDG_CACHE_HOME . "/vim/swap", "p")
1010
endif
1111
set directory=$XDG_CACHE_HOME/vim/swap//,/var/tmp//,/tmp//
1212

13-
1413
if !isdirectory($XDG_CACHE_HOME . "/vim/backup")
1514
call mkdir($XDG_CACHE_HOME . "/vim/backup", "p")
1615
endif

0 commit comments

Comments
 (0)