parent
30b93d5a82
commit
dc9364c137
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Reference in a new issue