kristijanhusak / vim-packager

Vim plugin manager that utilizes "jobs" and "pack" features.
MIT License
245 stars 9 forks source link

readme issue #32

Closed krisfans closed 3 years ago

krisfans commented 3 years ago

In the second init.vim setup example, there is a spelling error of PackagerUpdate

" These commands are automatically added when using packager#setup() command! -nargs= -bar PackagerInstall call PackagerInit() | call packager#install() command! -nargs= -bar ackagerUpdate call PackagerInit() | call packager#update()