]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2188: cursor wrong after { in single line buffer v9.0.2188
authorGary Johnson <garyjohn@spocom.com>
Wed, 27 Dec 2023 18:12:43 +0000 (19:12 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 27 Dec 2023 18:12:43 +0000 (19:12 +0100)
commit9e6549d2fb282c45a2492ea95fe7ba54c2082c3e
tree560540448903d99f9c92924d1cbf6862dfaee29a
parent23627722d36b49e38ba6f8dc6bb3ebe19c98a83b
patch 9.0.2188: cursor wrong after { in single line buffer

Problem:  cursor wrong after { in single line buffer
          (Edwin Chan)
Solution: do not place the cursor at the end for a single
          line buffer when moving backwards
          (Gary Johnson)

closes: #13780
closes: #13783

Signed-off-by: Gary Johnson <garyjohn@spocom.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_normal.vim
src/textobject.c
src/version.c