mirror of
https://github.com/zoriya/vim.git
synced 2025-12-21 06:35:17 +00:00
patch 8.2.3415: Vim9: not all function argument types are properly checked
Problem: Vim9: Not all function argument types are properly checked.
Solution: Add and improve argument type checks. (Yegappan Lakshmanan,
closes #8839)
This commit is contained in:
committed by
Bram Moolenaar
parent
80c88eac5a
commit
fc3b775055
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3415,
|
||||
/**/
|
||||
3414,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user