]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1112: Inconsistencies in get_next_or_prev_match() v9.1.1112
authorzeertzjq <zeertzjq@outlook.com>
Fri, 14 Feb 2025 16:59:31 +0000 (17:59 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 14 Feb 2025 16:59:31 +0000 (17:59 +0100)
commitb6c900be9ce49f688d3a03c2767dedb48e4f23ae
tree9bde7e65c7b0dcf6d971941c181da3c66298f45a
parentfaf4112cdc60ca126986da15148f78337f126cf7
patch 9.1.1112: Inconsistencies in get_next_or_prev_match()

Problem:  Inconsistencies in get_next_or_prev_match() (after 9.1.1109).
Solution: Change "file" to "entry" or "match" in comments.  Use the same
          order of branches for PAGEUP and PAGEDOWN (zeertzjq).

closes: #16633

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/cmdexpand.c
src/version.c