]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0699: "dvgo" is not always an inclusive motion v9.1.0699
authorChristian Brabandt <cb@256bit.org>
Wed, 28 Aug 2024 18:39:24 +0000 (20:39 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 28 Aug 2024 18:39:24 +0000 (20:39 +0200)
commitf8702aeb8ff85554d909901ae45b50c3d532bf70
tree8307fa55285da90fd2f9e1c1ade6b85a23f24b82
parent8556e23ee90448f01b612d337599f6e8f86679ea
patch 9.1.0699: "dvgo" is not always an inclusive motion

Problem:  "dvgo" is not always an inclusive motion
          (Iain King-Speir)
Solution: initialize the inclusive flag to false

fixes: #15580
closes: #15582

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/motion.txt
src/normal.c
src/testdir/test_normal.vim
src/version.c