1
0
forked from aniani/vim

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().
This commit is contained in:
Bram Moolenaar
2020-10-21 16:42:22 +02:00
parent 8a99e66b4f
commit ca17453e73
5 changed files with 59 additions and 9 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1879,
/**/
1878,
/**/