do update helptags after install vim plugin

This commit is contained in:
Jakobus Schürz 2020-10-30 12:51:37 +01:00
parent 38bba58b08
commit 2a2cd13e9f

View file

@ -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})