commit | b283a8a6802ef8a46b17cb439f9514840c03698f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 02 22:24:04 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 02 22:24:04 2020 +0100 |
tree | f44c04ef936f4b0c366ab006f993bd076c6ea040 | |
parent | 0f18b6d17baa7d33f209a3184726a162c2bb7ed8 [diff] [blame] |
patch 8.2.0200: Vim9 script commands not sufficiently tested Problem: Vim9 script commands not sufficiently tested. Solution: Add more tests. Fix storing global variable. Make script variables work.
diff --git a/src/version.c b/src/version.c index 297e744..6b7fe09 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 200, +/**/ 199, /**/ 198,