commit | 501f978288008c2e4e8761858af2e27b14223afd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 27 16:51:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 27 16:51:04 2022 +0100 |
tree | fb49095995371932e1331eaf274e52b3465d9515 | |
parent | ec15b1cfdc5faadb529dedda58adf7fc98c839ed [diff] [blame] |
patch 8.2.4635: tests using null list or dict fail Problem: Tests using null list or dict fail. Solution: Only use the new rules for Vim9 script.
diff --git a/src/version.c b/src/version.c index 6986aaa..2ab46bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4635, +/**/ 4634, /**/ 4633,