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
|
case $cmd in
|
||||||
install)
|
install)
|
||||||
git submodule add $url vim/pack/${type}/start/$(basename ${url%.git})
|
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)
|
remove)
|
||||||
git submodule-remove vim/pack/${type}/start/$(basename ${url%.git})
|
git submodule-remove vim/pack/${type}/start/$(basename ${url%.git})
|
||||||
|
|
Loading…
Reference in a new issue