0
0
mirror of https://github.com/vim/vim.git synced 2025-10-04 05:25:06 -04:00

patch 9.0.1524: passing -1 for bool is not always rejected

Problem:    Passing -1 for bool is not always rejected.
Solution:   Check for error in a better way. (closes #12358)
This commit is contained in:
zeertzjq
2023-05-08 15:31:38 +01:00
committed by Bram Moolenaar
parent 276410e78f
commit 8cf51376b8
5 changed files with 29 additions and 15 deletions

View File

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