]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0938: exclusive selection not respected when re-selecting block mode v9.1.0938
authorChristian Brabandt <cb@256bit.org>
Mon, 16 Dec 2024 21:49:15 +0000 (22:49 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 16 Dec 2024 21:49:15 +0000 (22:49 +0100)
commitbb955894734b287abfadd3a25786a42038d18d61
tree1a18106e9f4037d527d00a03cd5cad54ab945a4a
parent381ff7726efee9a0a7c2f79e01340fa972cafdfd
patch 9.1.0938: exclusive selection not respected when re-selecting block mode

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: #16202
closes: #16219

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/normal.c
src/testdir/test_visual.vim
src/version.c