mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-01-09 21:12:32 +08:00
Somehow the tags file generated by ctags for the linux kernel, tag v4.10-rc1 contains non-ASCII characters. grep stops when it detects non-ASCII characters. This patch adds the -a option to the grep command to treat the tags file as ASCII text. Signed-off-by: Andreas Gerstmayr <andreas.gerstmayr@gmail.com>