parent
e3760e22c2
commit
63d283ce98
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user