many updates
[dotfiles.git] / vimdoc.sh
diff --git a/vimdoc.sh b/vimdoc.sh
new file mode 100644 (file)
index 0000000..f34e546
--- /dev/null
+++ b/vimdoc.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+for f in ~/.vim/pack/plugins/*/*/doc
+do
+       vim -c "helptags $f" -c quit
+done