summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-04-03 22:38:07 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-03 22:38:07 +0200
commitc422662933275484e61af79d8148898337a5c38e (patch)
tree3499c4855473ce73060d671baef78adfc373cc9e /src/version.c
parentcb204e688e5c9d56a78b621ef27c35d91860cb09 (diff)
patch 9.1.0259: Normal mode TextChanged isn't tested properlyv9.1.0259
Problem: Normal mode TextChanged isn't tested properly. Solution: Combine Test_Changed_ChangedI() and Test_Changed_ChangedI_2() and also run it on Windows. Fix a typo in main.c. (zeertzjq) closes: #14396 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
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 9373a29586..07a532d4c6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 259,
+/**/
258,
/**/
257,