aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-14 01:07:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-14 01:07:34 +1200
commit5d8a2e340b034d819befcd28385d27abbf077b74 (patch)
treee5b110c52c6ca106ba1792c9c1899633a493406a
parentConsolidate C option resets (diff)
downloaddotfiles-5d8a2e340b034d819befcd28385d27abbf077b74.tar.gz
dotfiles-5d8a2e340b034d819befcd28385d27abbf077b74.zip
Avoid double expansion of :Establish args
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index fdbb77dc..bff8e241 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -251,7 +251,7 @@ function! s:Establish(name) abort
endif
endfunction
command! -bar -complete=dir -nargs=1 Establish
- \ call s:Establish(<q-args>)
+ \ call s:Establish(<f-args>)
" Now that we have a clean means to create directories if they don't already
" exist, let's apply it for the first time to the user runtime directory.