commit | 24aa48b7a265c24e18f0f978dfe0255e138e2b90 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 25 16:33:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 25 16:33:02 2020 +0200 |
tree | e87777080018eb171aa4713cefa258e275f44c4f | |
parent | 925e9fd6339981c1015410e1b6a6dd19e34f36cc [diff] [blame] |
patch 8.2.1291: Vim9: type of varargs items is not checked Problem: Vim9: type of varargs items is not checked. Solution: Check the list item types. (closes #6523)
diff --git a/src/version.c b/src/version.c index 20365a0..8934011 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1291, +/**/ 1290, /**/ 1289,