make rtpath an attribute
- having it as a function makes it slower
This commit is contained in:
@@ -103,7 +103,7 @@ func! vundle#installer#docs() abort
|
||||
endf
|
||||
|
||||
func! vundle#installer#helptags(bundles) abort
|
||||
let bundle_dirs = map(copy(a:bundles),'v:val.rtpath()')
|
||||
let bundle_dirs = map(copy(a:bundles),'v:val.rtpath')
|
||||
let help_dirs = filter(bundle_dirs, 's:has_doc(v:val)')
|
||||
|
||||
call s:log('')
|
||||
|
||||
Reference in New Issue
Block a user