summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2024-04-22 20:58:24 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-22 20:58:24 +0200
commit22697b6179e38f3d321b1495ef17f06031a9c8f1 (patch)
tree392a5245ad70b3358ae27af2ca97171ee02d4c36 /src/version.c
parentf7a38650eaf6dd4612fc31f85b6f0d4c6e06567f (diff)
patch 9.1.0364: tests: test_vim9_builtin is a bit slowv9.1.0364
Problem: tests: test_vim9_builtin is a bit slow Solution: source tests from a buffer instead of writing and sourcing a file (Yegappan Lakshmanan) closes: #14614 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 5f931cef6f..c67ee48b23 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 */
/**/
+ 364,
+/**/
363,
/**/
362,