mirror of
https://github.com/neovim/neovim.git
synced 2026-08-15 11:59:31 +00:00
Problem: Evaluating 'statuscolumn' overwrites transchar_charbuf[], which breaks the drawing of an unprintable char if p_extra points there. Solution: Make a copy in wlv.extra so that it won't be overwritten.