mirror of
https://github.com/neovim/neovim.git
synced 2026-05-11 16:11:26 +00:00
Problem: Normal mode "gM", "gj", "gk" commands behave incorrectly with
virtual text.
Solution: Use linetabsize() instead of linetabsize_str().
closes: vim/vim#12909
d809c0a903