commit | 753aead960f163d0d3f8ce523ea523f2e0cec06d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 08 12:17:06 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 08 12:17:06 2022 +0100 |
tree | b8095e475cf64797ad6c18be85388ab142750283 | |
parent | b0d12e63e8c763ce940dc4c162111fedde2507ef [diff] [blame] |
patch 9.0.0414: matchstr() still does not match column offset Problem: matchstr() still does not match column offset when done after a text search. Solution: Only use the line number for a multi-line search. Fix the test. (closes #10938)
diff --git a/src/version.c b/src/version.c index bff11c7..5fdf817 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 414, +/**/ 413, /**/ 412,