commit | ee619e5bc0992e818f2d9540b093b769b9c27651 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 28 21:38:06 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 28 21:38:06 2020 +0100 |
tree | b641bbb22f0db951821fd0b34ba8b4dfbd7bdf06 | |
parent | 7c003aa314337ce732e18c541fa93d71cafedf03 [diff] [blame] |
patch 8.2.0469: Vim9: no error for missing ] after list Problem: Vim9: no error for missing ] after list. Solution: Add error message. Add more tests.
diff --git a/src/version.c b/src/version.c index a4ffae0..8bf06a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 469, +/**/ 468, /**/ 467,