From 9a90179a11b433fcbcf587182032222e229c6d75 Mon Sep 17 00:00:00 2001 From: Ernie Rael Date: Tue, 16 Apr 2024 22:11:56 +0200 Subject: patch 9.1.0338: Vim9: import through symlinks not correctly handled 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 Signed-off-by: Yegappan Lakshmanan Signed-off-by: Christian Brabandt --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 802addc308..d11f808484 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 338, /**/ 337, /**/ -- cgit v1.2.3