]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2130: Page scrolling in Insert mode beeps v9.1.2130
authorzeertzjq <zeertzjq@outlook.com>
Wed, 4 Feb 2026 15:47:51 +0000 (15:47 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 4 Feb 2026 15:51:01 +0000 (15:51 +0000)
commita8ce914db16898de47ff270f3c19e6683012dff8
treecc3f12642fda43da384bc7941845f9f5322afb29
parent61044eb5364b7a044820933e2cb32d7b0e7c9cdd
patch 9.1.2130: Page scrolling in Insert mode beeps

Problem:  Page scrolling in Insert mode beeps (after 9.1.0211).
Solution: Fix incorrect return value of pagescroll(). Also invert the
          return value of scroll_with_sms() to be less confusing and
          match comments (zeertzjq).

fixes:  #19326
closes: #19327

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/version9.txt
src/move.c
src/testdir/test_edit.vim
src/version.c