aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.