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