]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0869: Problem: curswant not set on gm in folded line v9.1.0869
authorChristian Brabandt <cb@256bit.org>
Sun, 17 Nov 2024 15:18:00 +0000 (16:18 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 17 Nov 2024 15:18:00 +0000 (16:18 +0100)
commit9848face747ba91282d34a96dcb966bcb410bf2b
treed1c8257671acfec1ae77065da5d8b03056cbdfc4
parent8b94afc2079cdb691de68f5909f9911358bdc560
patch 9.1.0869: Problem: curswant not set on gm in folded line

Problem:  curswant not set on gm in folded line
          (citizenmatt)
Solution: in a folded line, call update_curswant_force()

fixes: #11596
closes: #11994
closes: #15398

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