commit | 0f18b6d17baa7d33f209a3184726a162c2bb7ed8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 02 17:22:27 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 02 17:22:27 2020 +0100 |
tree | 3923d2a2f39a661bc762078b2690b556c750bd29 | |
parent | 43c60eda2aa22ba3d7aaf418cfbdb75f1a008e67 [diff] [blame] |
patch 8.2.0199: Vim9 script commands not sufficiently tested Problem: Vim9 script commands not sufficiently tested. Solution: Add more tests. Fix script-local function use.
diff --git a/src/version.c b/src/version.c index 59db009..297e744 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 199, +/**/ 198, /**/ 197,