mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 12:44:24 +08:00
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user