aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-07-06 23:47:05 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-07-06 23:47:05 +1200
commite980a90349e79973e944bedda1175eb82222d059 (patch)
tree804158cb9dfe738ddf1b5aa14703491b92ef4cb9
parentForce load of Funcref autoload func on older Vim (diff)
downloaddotfiles-e980a90349e79973e944bedda1175eb82222d059.tar.gz
dotfiles-e980a90349e79973e944bedda1175eb82222d059.zip
Expand arguments to :CreatePath
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ddece845..aa08fcfd 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -111,7 +111,7 @@ endif
" provide alternative permissions in the second argument.
"
command! -bar -complete=dir -nargs=+ CreatePath
- \ call path#Create(<f-args>)
+ \ call path#Create(expand(<f-args>))
" Now that we have a way to create directories if they don’t already exist,
" let’s apply it for the first time to the user runtime directory. Note that