make helptags generation ignore wildignore

- closes #21
This commit is contained in:
gmarik 2011-04-27 21:21:09 -05:00
parent e3760e22c2
commit 63d283ce98
2 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func! s:has_doc(rtp) abort
endf endf
func! s:helptags(rtp) abort func! s:helptags(rtp) abort
helptags `=a:rtp.'/doc'` helptags `=a:rtp.'/doc/'`
endf endf
func! s:sync(bang, bundle) abort func! s:sync(bang, bundle) abort

View File

@ -38,6 +38,8 @@ Bundle 'vim-scripts/RubySinatra'
filetype plugin indent on " Automatically detect file types. filetype plugin indent on " Automatically detect file types.
set wildignore+=doc " should not break helptags
BundleInstall BundleInstall
func! s:assert_bundles() abort func! s:assert_bundles() abort