commit | aa7d0c233532fb9d8c2876ea8e978a82b12c377f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 05 21:40:38 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 05 21:40:38 2022 +0100 |
tree | e1a7043513071fae2a4cb0a749f50804a4330fdb | |
parent | 0d1f55c044610f627b1617e4cfbf6e094ff60921 [diff] [blame] |
patch 8.2.4698: Vim9: script variable has no flag that it was set 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)
diff --git a/src/version.c b/src/version.c index 9e1b5c7..23b2a1e 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4698, +/**/ 4697, /**/ 4696,