Resolve full doc dir path when running helptags
Prevents error 150 when user has doc/* in wildignore Fixes #112
This commit is contained in:
@@ -207,7 +207,7 @@ endf
|
||||
|
||||
func! s:helptags(rtp) abort
|
||||
" it is important to keep trailing slash here
|
||||
let doc_path = resolve(a:rtp).'/doc/'
|
||||
let doc_path = resolve(a:rtp . '/doc/')
|
||||
call s:log(':helptags '.doc_path)
|
||||
try
|
||||
execute 'helptags ' . doc_path
|
||||
|
||||
Reference in New Issue
Block a user