commit | 5d24a2257e597fd752e33b2c1e9c19cf9114a517 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 23 19:10:09 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 23 19:10:09 2018 +0100 |
tree | 10c6203d3f704fa189e1b52e9af5df62a6831fc8 | |
parent | c33181c44ccb86637e011f35cc0397a2d76e23ae [diff] [blame] |
patch 8.1.0629: "gn" selects the wrong text with a multi-line match Problem: "gn" selects the wrong text with a multi-line match. Solution: Get the end position from searchit() directly. (closes #3695)
diff --git a/src/version.c b/src/version.c index ff22c6d..2155834 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 629, +/**/ 628, /**/ 627,