Browse Source

Merge c282448be3 into 02e2fe0aa2

pull/390/merge
Max Edmands 12 years ago
parent
commit
1cd3d29882
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/installer.vim

+ 1
- 1
autoload/vundle/installer.vim View File

@ -202,7 +202,7 @@ func! s:helptags(rtp) abort
let doc_path = a:rtp.'/doc/'
call s:log(':helptags '.doc_path)
try
execute 'helptags ' . resolve(doc_path)
execute 'helptags ' . simplify(resolve(doc_path) . '/')
catch
call s:log("> Error running :helptags ".doc_path)
return 0


Loading…
Cancel
Save