commit | ca17453e73fe69dc25a9d703804877a60763b685 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 21 16:42:22 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 21 16:42:22 2020 +0200 |
tree | 224ea9cada39389b9409a9ebb97c46990ed57b00 | |
parent | 8a99e66b4f7616d9b0b9cefe742f82f9122087d5 [diff] [blame] |
patch 8.2.1879: Vim9: argument types of insert() not checked when compiling Problem: Vim9: argument types of insert() not checked when compiling. Solution: Add argument type checks for insert().
diff --git a/src/version.c b/src/version.c index 78e4752..a49bdd3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1879, +/**/ 1878, /**/ 1877,