commit | 843700875e50c03c94245bef1b2de147b9b3b585 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 18 14:20:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 18 14:20:36 2020 +0200 |
tree | a716990f1c92d96a521c466ee4036dfc8e7f6e47 | |
parent | 66b3101672f7da32df2fd3962d7f14300e7a65f3 [diff] [blame] |
patch 8.2.0790: Vim9: list index not well tested Problem: Vim9: list index not well tested. Solution: Add a few more tests.
diff --git a/src/version.c b/src/version.c index 53d69d5..aa03f90 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 790, +/**/ 789, /**/ 788,