]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0374: c_CTRL-{G,T} does not handle offset v9.2.0374
authorBarrett Ruth <br.barrettruth@gmail.com>
Mon, 20 Apr 2026 16:05:43 +0000 (16:05 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 20 Apr 2026 16:08:47 +0000 (16:08 +0000)
commitc62342e5cfc339a87c1eb40ef34b2b31070d72a6
tree4c410dc6e293df7270ec113188992656e1eec3f0
parent49e8630a2859e6ed497fb5702663c276f8ab6597
patch 9.2.0374: c_CTRL-{G,T} does not handle offset

Problem:  c_CTRL-{G,T} does not handle offset, when cycling between
          matches
Solution: Refactor parsing logic into parse_search_pattern_offset() and
          handle offsets, note: highlighting does not handle offsets
          yet (Barrett Ruth).

fixes:  #19991
closes: #19998

Signed-off-by: Barrett Ruth <br.barrettruth@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/cmdline.txt
src/ex_getln.c
src/proto/search.pro
src/search.c
src/testdir/test_search.vim
src/version.c