mirror of
https://github.com/neovim/neovim.git
synced 2026-08-03 06:09:14 +00:00
Problem: Visual block reselection wrong with 'virtualedit' when line
lengths are different (Alex Yang, after 8.2.3494).
Solution: Set the entire cursor position to old position when computing
target curswant, since the check_cursor() added in 8.2.3494
may change cursor column as well (zeertzjq).
fixes: vim/vim#20746
closes: vim/vim#20748
8cddbfe468