do update helptags after install vim plugin
This commit is contained in:
parent
38bba58b08
commit
2a2cd13e9f
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ grep -v "^\"" vimplugins |while read cmd type url;do
|
|||
case $cmd in
|
||||
install)
|
||||
git submodule add $url vim/pack/${type}/start/$(basename ${url%.git})
|
||||
vim -es -c ":helptags vim/pack/${type}/start/$(basename ${url%.git})" -c ":q!" -
|
||||
;;
|
||||
remove)
|
||||
git submodule-remove vim/pack/${type}/start/$(basename ${url%.git})
|
||||
|
|
Loading…
Reference in a new issue