commit | 28f224b2c1bd2fcdee7b4fe2c64826e1cff08f39 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 10 16:45:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 10 16:45:25 2020 +0200 |
tree | 97358abc990845e2b24a098e56f994f62d244ba4 | |
parent | f57497276bc616d3856eeff9824c080941faa51b [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index e0bcc90..e30c02d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1823, +/**/ 1822, /**/ 1821,