mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-07 21:24:40 +08:00
@@ -921,7 +921,7 @@ function! s:helptag_sink(line)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! fzf#vim#helptags(...)
|
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)
|
let tags = exists('*uniq') ? uniq(sorted) : fzf#vim#_uniq(sorted)
|
||||||
|
|
||||||
return s:fzf('helptags', {
|
return s:fzf('helptags', {
|
||||||
|
|||||||
Reference in New Issue
Block a user