summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-04-05 21:40:38 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-05 21:40:38 +0100
commitaa7d0c233532fb9d8c2876ea8e978a82b12c377f (patch)
treee1a7043513071fae2a4cb0a749f50804a4330fdb /src/version.c
parent0d1f55c044610f627b1617e4cfbf6e094ff60921 (diff)
downloadvim-git-aa7d0c233532fb9d8c2876ea8e978a82b12c377f.tar.gz
patch 8.2.4698: Vim9: script variable has no flag that it was setv8.2.4698
Problem: Vim9: script variable has no flag that it was set. Solution: Add a flag that it was set, to avoid giving it a value when used. (closes #10088)
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 9e1b5c7ef..23b2a1e2b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4698,
+/**/
4697,
/**/
4696,