parent
536b6ace35
commit
990834ab6c
1 changed files with 1 additions and 1 deletions
|
@ -921,7 +921,7 @@ function! s:helptag_sink(line)
|
|||
endfunction
|
||||
|
||||
function! fzf#vim#helptags(...)
|
||||
let sorted = sort(split(globpath(&runtimepath, '**/doc/tags'), '\n'))
|
||||
let sorted = sort(split(globpath(&runtimepath, 'doc/tags'), '\n'))
|
||||
let tags = exists('*uniq') ? uniq(sorted) : fzf#vim#_uniq(sorted)
|
||||
|
||||
return s:fzf('helptags', {
|
||||
|
|
Loading…
Add table
Reference in a new issue