summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorErnie Rael <errael@raelity.com>2024-04-17 22:36:32 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-17 22:39:34 +0200
commit1433ac93eb3acf28c55f0c4d775716ebee543160 (patch)
treeaa06e6e72837313f17b6321412bee6518f6a4bb8 /src/version.c
parenta34ba821076476a68e0e579723d68e896f771ba6 (diff)
patch 9.1.0346: Patch v9.1.0338 fixed sourcing a script with importv9.1.0346
Problem: Patch v9.1.0338 fixed sourcing a script with import Solution: Add test `import './file.vim' and verify it works with `:source` so it does not regress (Ernie Rael) closes: #14577 Signed-off-by: Ernie Rael <errael@raelity.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 e79bea470a..490d4ad7f4 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 */
/**/
+ 346,
+/**/
345,
/**/
344,