summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2024-04-21 19:50:21 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-21 19:50:21 +0200
commit4baf908d60e526737090701048a09aa474fde73d (patch)
tree360e141ccb010990b7a29b6e2b130bcd87b2aabe /src/version.c
parentd3ff129ce8c68770c47d72ab3f30a21c19530eee (diff)
patch 9.1.0363: tests: test_winfixbuf is a bit slowv9.1.0363
Problem: tests: test_winfixbuf is a bit slow Solution: use defer if possible, reset hidden option, use --not-a-term when starting Vim using system() (Yegappan Lakshmanan) closes: #14611 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.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 0dd9db066a..5f931cef6f 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 */
/**/
+ 363,
+/**/
362,
/**/
361,