fresh install
[dotfiles.git] / vimdoc.sh
1 #!/bin/sh
2 for f in ~/.vim/pack/plugins/*/*/doc
3 do
4 vim -c "helptags $f" -c quit
5 done