mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-08 21:44:48 +08:00
@@ -711,7 +711,7 @@ function! fzf#vim#tags(query, ...)
|
|||||||
echohl None
|
echohl None
|
||||||
call inputrestore()
|
call inputrestore()
|
||||||
redraw
|
redraw
|
||||||
if gen =~ '^y'
|
if gen =~? '^y'
|
||||||
call s:warn('Preparing tags')
|
call s:warn('Preparing tags')
|
||||||
call system(get(g:, 'fzf_tags_command', 'ctags -R'))
|
call system(get(g:, 'fzf_tags_command', 'ctags -R'))
|
||||||
if empty(tagfiles())
|
if empty(tagfiles())
|
||||||
|
|||||||
Reference in New Issue
Block a user