parent
e3760e22c2
commit
63d283ce98
@ -58,7 +58,7 @@ func! s:has_doc(rtp) abort
|
||||
endf
|
||||
|
||||
func! s:helptags(rtp) abort
|
||||
helptags `=a:rtp.'/doc'`
|
||||
helptags `=a:rtp.'/doc/'`
|
||||
endf
|
||||
|
||||
func! s:sync(bang, bundle) abort
|
||||
|
@ -38,6 +38,8 @@ Bundle 'vim-scripts/RubySinatra'
|
||||
|
||||
filetype plugin indent on " Automatically detect file types.
|
||||
|
||||
set wildignore+=doc " should not break helptags
|
||||
|
||||
BundleInstall
|
||||
|
||||
func! s:assert_bundles() abort
|
||||
|
Loading…
Reference in New Issue
Block a user