]> granicus.if.org Git - vim/commit
patch 9.0.1172: when 'selection' is "exclusive" then "1v" is one char short v9.0.1172
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Jan 2023 17:29:29 +0000 (17:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Jan 2023 17:29:29 +0000 (17:29 +0000)
commit79c11e399be3d96ed6d1c7458b1380e878ec717b
treeb139ea23e8bba198910da239d3aae57e6ba18d27
parent2bc849ff811059d25310399f982c6706faa7eb35
patch 9.0.1172: when 'selection' is "exclusive" then "1v" is one char short

Problem:    When 'selection' is "exclusive" then "1v" is one char short.
Solution:   Add one character when 'selection' is "exclusive. (closes #11791)
src/normal.c
src/testdir/test_visual.vim
src/version.c