mirror of
https://github.com/neovim/neovim.git
synced 2026-03-26 10:22:00 +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