[Tags] Case-insensitive Y/N prompt

Close #247
This commit is contained in:
Junegunn Choi 2016-11-22 12:35:32 +09:00
parent 30b93d5a82
commit dc9364c137
No known key found for this signature in database
GPG key ID: 254BC280FEF9C627

View file

@ -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())