mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-04 04:25:47 +08:00
9884c07966
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>