]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh: Create documentation tags for pathogen plugins.
authorSimon Ruderich <simon@ruderich.org>
Fri, 9 Nov 2012 23:08:53 +0000 (00:08 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 9 Nov 2012 23:08:53 +0000 (00:08 +0100)
.gitignore
setup.sh

index 22393b2d79f6a14aa6e68ed66f455e6401a1a1fe..3b74cf192277eb79de71171a385973553c00a871 100644 (file)
@@ -1,4 +1,5 @@
 # Ignore unnecessary Vim files.
+/vim/bundle/*/doc/tags
 /vim/doc/tags
 /vim/spell/*
 /vim/view/*
index f20827f66316e5daf2d18eea67df92b406458276..127b1a41e0b3f99451018aa94ce1bfb370cb3c68 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -23,6 +23,9 @@
 # Create local directories.
 mkdir -p vim/cache
 
+# Create documentation tags for pathogen plugins.
+vim -e -c ':call pathogen#helptags()' -c ':q'
+
 # Link setup.
 link vim ~/.vim
 link vimrc ~/.vimrc