commit | 33fa29cf74ea314f89cfa58ec9ffc2d6781a59d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 28 19:41:33 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 28 19:41:33 2020 +0100 |
tree | d0efad2d8d614a0e63505c62a3b18e5b91f5589d | |
parent | 09c569038c42dcbdaa5c9b35fc9d1afbe5072cb4 [diff] [blame] |
patch 8.2.0467: Vim9: some errors are not tested Problem: Vim9: some errors are not tested Solution: Add more tests. Fix that Vim9 script flag is not reset.
diff --git a/src/version.c b/src/version.c index 1630b5e..863f5ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 467, +/**/ 466, /**/ 465,