Fix the wrapper for using vim-plug on old versions of Vim

This commit is contained in:
Danielle McLean 2018-02-21 15:11:59 +11:00
parent 1b532523c5
commit 4d8f7fb72d
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ else
endif
function! Plug(name, ...)
call plug#(name)
call plug#(a:name)
endfunction
function! PlugEnd()