This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
Vundle.vim
mirror of
https://github.com/VundleVim/Vundle.vim.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
make helptags generation ignore wildignore
-
closes
#21
pull/25/merge
gmarik
15 years ago
parent
e3760e22c2
commit
63d283ce98
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
autoload/vundle/installer.vim
+2
-0
test/vimrc
+ 1
- 1
autoload/vundle/installer.vim
View File
@ -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
+ 2
- 0
test/vimrc
View File
@ -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
Write
Preview
Loading…
Cancel
Save