vim:ftplug:fzf:TODO: Look up other Unicode chars

This commit is contained in:
2024-09-21 00:53:23 +02:00
parent 5b84d4ae55
commit 86af2da785

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