vim:ftplug:fzf:TODO: Look up other Unicode chars
This commit is contained in:
5
.config/vim/ftplugin/fzf.vim
Normal file
5
.config/vim/ftplugin/fzf.vim
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
" Do not highlight Unicode box drawing chars as non-ascii
|
||||||
|
" TODO: Look into fzf source code for all other possible Unicode chars
|
||||||
|
let w:ignore_non_ascii_chars = '─│╭╮╰╯▌' .. get(w:, 'ignore_non_ascii_chars', '')
|
||||||
|
" Update after changes
|
||||||
|
call HighlightNonASCIIChars()
|
||||||
Reference in New Issue
Block a user