Add :Helptags wrapper for pathogen#helptags()

This commit is contained in:
Tim Pope
2011-04-13 12:27:35 -04:00
parent 3e63bdb7c4
commit af5659596e
+2
View File
@@ -139,4 +139,6 @@ function! pathogen#helptags() " {{{1
endfor
endfunction " }}}1
command! -bar Helptags :call pathogen#helptags()
" vim:set ft=vim ts=8 sw=2 sts=2: