diff --git a/autoload/vundle/installer.vim b/autoload/vundle/installer.vim index 4780cf8..bc807c3 100644 --- a/autoload/vundle/installer.vim +++ b/autoload/vundle/installer.vim @@ -202,7 +202,7 @@ func! s:helptags(rtp) abort let doc_path = a:rtp.'/doc/' call s:log(':helptags '.doc_path) try - execute 'helptags ' . doc_path + execute 'helptags ' . resolve(doc_path) catch call s:log("> Error running :helptags ".doc_path) return 0