mirror of
https://github.com/neovim/neovim.git
synced 2025-11-29 21:50:38 +00:00
Problem: Wrong cursor position after using setcellwidths().
Solution: Invalidate cursor position in addition to redrawing.
(zeertzjq)
closes: vim/vim#14545
05aacec6ab
Reorder functions in test_utf8.vim to match upstream.