commit | fbcbffe1ad327f4f0da518abfd5fd7be7fec22b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 31 19:33:38 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 31 19:33:38 2020 +0100 |
tree | ca72dfc77338d9b84c186b6810b1a9e219dc3f97 | |
parent | 749bc9521d9c1b3b3250faef25a3710206cf277d [diff] [blame] |
patch 8.2.1931: Vim9: arguments of extend() not checked at compile time Problem: Vim9: arguments of extend() not checked at compile time. Solution: Add argument type checking for extend().
diff --git a/src/version.c b/src/version.c index 93de74d..3385895 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1931, +/**/ 1930, /**/ 1929,