]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1823: "gN" does not select the matched string v8.2.1823
authorBram Moolenaar <Bram@vim.org>
Sat, 10 Oct 2020 14:45:25 +0000 (16:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 Oct 2020 14:45:25 +0000 (16:45 +0200)
commit28f224b2c1bd2fcdee7b4fe2c64826e1cff08f39
tree97358abc990845e2b24a098e56f994f62d244ba4
parentf57497276bc616d3856eeff9824c080941faa51b
patch 8.2.1823: "gN" does not select the matched string

Problem:    "gN" does not select the matched string.
Solution:   Move the cursor to the start of the match.
src/search.c
src/testdir/test_gn.vim
src/version.c