summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-08 12:17:06 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-08 12:17:06 +0100
commit753aead960f163d0d3f8ce523ea523f2e0cec06d (patch)
treeb8095e475cf64797ad6c18be85388ab142750283 /src/version.c
parentb0d12e63e8c763ce940dc4c162111fedde2507ef (diff)
downloadvim-git-753aead960f163d0d3f8ce523ea523f2e0cec06d.tar.gz
patch 9.0.0414: matchstr() still does not match column offsetv9.0.0414
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index bff11c710..5fdf817a5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 414,
+/**/
413,
/**/
412,