summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorErnie Rael <errael@raelity.com>2024-04-21 14:45:48 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-21 14:45:48 +0200
commit84f6dc7ed29d52b1034bfb27bdcd3154a01ee2b1 (patch)
tree4f67c1ed39bcb9db0a66ab9ea12d8ba90cc3a3c7 /src/version.c
parent158673680f5ad87591d05dfa7f6a3c0b0eb7061c (diff)
patch 9.1.0360: Vim9: does not handle autoloaded variables wellv9.1.0360
Problem: Vim9: does not handle autoloaded variables well Solution: Better handle script-level exported variable references from autoload files (Ernie Rael). fixes: #14591 closes: #14607 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 9e2acb87e2..d418b602b2 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 */
/**/
+ 360,
+/**/
359,
/**/
358,