aboutsummaryrefslogtreecommitdiff
path: root/autoload/spellfile_local.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/spellfile_local.vim')
-rw-r--r--autoload/spellfile_local.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/autoload/spellfile_local.vim b/autoload/spellfile_local.vim
index 596d997..1ae937b 100644
--- a/autoload/spellfile_local.vim
+++ b/autoload/spellfile_local.vim
@@ -71,8 +71,9 @@ function! spellfile_local#() abort
" Attempt to create the first directory in the list if it doesn't exist
" already. Just let any error happen and reach the user.
"
- if !isdirectory(dirnames[0])
- call mkdir(dirnames[0], 'p', 0700)
+ let dirname = expand(dirnames[0])
+ if !isdirectory(dirname)
+ call mkdir(dirname, 'p', 0700)
endif
" Now we'll actually combine those two together to make a long list of