commit | 71abe4828974af495602ffaff63cf643a16de84b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 14 22:28:30 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 14 22:28:30 2020 +0200 |
tree | e1a6a8abda66aedec5511890c79d0e587ce0f98e | |
parent | 0b4c66c67a083f25816b9cdb8e76a41e02d9f560 [diff] [blame] |
patch 8.2.1686: Vim9: "const!" not sufficiently tested Problem: Vim9: "const!" not sufficiently tested. Solution: Add a few more test cases. Fix type checking.
diff --git a/src/version.c b/src/version.c index f958df9..a0a6983 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1686, +/**/ 1685, /**/ 1684,