do not commit helptags
This commit is contained in:
parent
868cf2651a
commit
c9a1854409
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ 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!" -
|
#vim -es -c ":helptags vim/pack/${type}/start/$(basename ${url%.git})" -c ":q!" -
|
||||||
git -C vim/pack/${type}/start/$(basename ${url%.git}) commit . -m "add helptags"
|
#git -C vim/pack/${type}/start/$(basename ${url%.git}) commit . -m "add helptags"
|
||||||
;;
|
;;
|
||||||
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