summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorErnie Rael <errael@raelity.com>2024-04-16 22:11:56 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-16 22:11:56 +0200
commit9a90179a11b433fcbcf587182032222e229c6d75 (patch)
tree19109477719add748d5f2b2dccdc3bca3e69dd3b /src/version.c
parentd1068a2bb09fd3b9d117d832105bf10dd5e48e2f (diff)
patch 9.1.0338: Vim9: import through symlinks not correctly handledv9.1.0338
Problem: Vim9: import through symlinks not correctly handled Solution: Check for script being a symlink but only once (Ernie Rael) closes: #14565 Signed-off-by: Ernie Rael <errael@raelity.com> 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 802addc308..d11f808484 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 */
/**/
+ 338,
+/**/
337,
/**/
336,