summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-02-11 10:34:07 +0000
committerBram Moolenaar <Bram@vim.org>2023-02-11 10:34:07 +0000
commit412e0e4ed903682f352d8ea58ded480930cc664f (patch)
tree86197bc61bb5741674ec9af8fdeade39d0fda6fb /src/version.c
parentc4b7dec38292fe1cfad7aa5f244031fc6f7c7a09 (diff)
patch 9.0.1299: change for triggering incsearch not sufficiently testedv9.0.1299
Problem: Change for triggering incsearch not sufficiently tested. Solution: Add a test case. Simplify the code. (closes #11971)
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 f50677b405..9e8e975a96 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1299,
+/**/
1298,
/**/
1297,