commit | cb7904016eb817e80760c394044740df8273c774 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 15 20:53:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 15 20:53:00 2020 +0200 |
tree | 360d1bd22dbf37989ee0964d3b3bac414bdb4533 | |
parent | 4902ab16cbb6e00f4fee8bbdf16f1383fd8ba42f [diff] [blame] |
patch 8.2.0758: Vim9: no test for STORELIST and STOREDICT Problem: Vim9: no test for STORELIST and STOREDICT. Solution: Add a test. Make matches stricter.
diff --git a/src/version.c b/src/version.c index 0618447..47b276b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 758, +/**/ 757, /**/ 756,