mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 10:27: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