mirror of
https://github.com/neovim/neovim.git
synced 2026-05-26 23:08:36 +00:00
Problem: exclusive selection not respected when re-selecting block mode
(Matt Ellis)
Solution: advance selection by another character when using
selection=exclusive and visual block mode
fixes: vim/vim#16202
closes: vim/vim#16219
bb95589473
Co-authored-by: Christian Brabandt <cb@256bit.org>