aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-13 01:55:24 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-13 01:55:24 +1300
commit835960221777547cebc1dd84d02efa691e0d97d0 (patch)
tree1a06b6346c1a2b2178a5ae808636e6f5c7913b42 /vim/vimrc
parentIgnore untracked files in plugins. (diff)
downloaddotfiles-835960221777547cebc1dd84d02efa691e0d97d0.tar.gz
dotfiles-835960221777547cebc1dd84d02efa691e0d97d0.zip
Generate helptags from Pathogen
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 0906d48d..d02a7d16 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -3,6 +3,7 @@ set nocompatible
" Plugins
silent! call pathogen#infect()
+silent! call pathogen#helptags()
" Filetypes
if has("autocmd")