1
0
forked from aniani/vim

patch 9.0.0450: return value of argument check functions is inconsistent

Problem:    Return value of argument check functions is inconsistent.
Solution:   Return OK/FAIL instead of TRUE/FALSE. (closes #11112)
This commit is contained in:
zeertzjq
2022-09-12 14:09:30 +01:00
committed by Bram Moolenaar
parent cdc839353f
commit cd2d5c181a
2 changed files with 14 additions and 11 deletions

View File

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