commit | a6e67e4f41386c3e6eab7e047671c6d32f6cb0dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 15 23:36:40 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 15 23:36:40 2020 +0200 |
tree | e7434456fea959f5fda2059de5922f31a962bf46 | |
parent | 4457e1d98f78152311495b1aff6169383d330a75 [diff] [blame] |
patch 8.2.0764: Vim9: assigning to option not fully tested Problem: Vim9: assigning to option not fully tested. Solution: Add more test cases. Allow using any type for assignment.
diff --git a/src/version.c b/src/version.c index 94db9b8..b361ded 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 764, +/**/ 763, /**/ 762,