commit | eb4a9ba293be51039e57e0e18337785e2ce526e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 01 12:47:07 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 01 12:47:07 2022 +0000 |
tree | 740872773f1136617adc26abbe640b62c9a2fecd | |
parent | 8133018f50bc447570825801e93d5ed67e8dac90 [diff] [blame] |
patch 8.2.4280: list-dict test crashes Problem: list-dict test crashes. Solution: Check declared type for add().
diff --git a/src/version.c b/src/version.c index 6d89615..978e869 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4280, +/**/ 4279, /**/ 4278,