Fix the wrapper for using vim-plug on old versions of Vim
This commit is contained in:
parent
1b532523c5
commit
4d8f7fb72d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ else
|
|||
endif
|
||||
|
||||
function! Plug(name, ...)
|
||||
call plug#(name)
|
||||
call plug#(a:name)
|
||||
endfunction
|
||||
|
||||
function! PlugEnd()
|
||||
|
|
Loading…
Reference in a new issue