]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1175: inconsistent behaviour with exclusive selection and motion commands v9.1.1175
authorJim Zhou <jimzhouzzy@gmail.com>
Wed, 5 Mar 2025 19:47:29 +0000 (20:47 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 5 Mar 2025 19:47:29 +0000 (20:47 +0100)
commitc8cce711dde2d8abcf0929b3b12c4bfc5547a89d
tree62303f071f1179d8a32a3b1d39971e883df2da88
parentb34ce3e2058921450f6985bb0b6db477789d84c6
patch 9.1.1175: inconsistent behaviour with exclusive selection and motion commands

Problem:  inconsistent behaviour with exclusive selection and motion
          commands (aidancz)
Solution: adjust cursor position when selection is exclusive
          (Jim Zhou)

fixes: #16278
closes: #16784

Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Jim Zhou <jimzhouzzy@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/globals.h
src/normal.c
src/testdir/test_visual.vim
src/textobject.c
src/version.c