commit | 5671f3f076573fa9133bc210d6580067698d9a1b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 05 22:48:11 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 05 22:48:11 2021 +0200 |
tree | f51db5d212f5b4391dace789663cf68d36d4c68c | |
parent | 6f6d58c3809010b1386634c1aeec61f1a66e72c2 [diff] [blame] |
patch 8.2.3299: Vim9: exists() does not handle much at compile time Problem: Vim9: exists() does not handle much at compile time. Solution: Handle variable names. (closes #8688)
diff --git a/src/version.c b/src/version.c index 942f114..6518b3b 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3299, +/**/ 3298, /**/ 3297,