mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 12:14:24 +08:00
Whitespace Character U+2632 changed to double-width with Unicode release 16 (Vim patch v9.1.736). This causes issues with the statusline like adding wrapping. So let's mark that character back as single width, since that is what most underlying libraries seem to expect. closes: #2715 Signed-off-by: Christian Brabandt <cb@256bit.org>