mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-28 14:56:53 +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>