We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1701481 commit c5f98eeCopy full SHA for c5f98ee
2 files changed
src/eval.c
@@ -9217,7 +9217,7 @@ assert_bool(typval_T *argvars, int isTrue)
9217
garray_T ga;
9218
9219
if (argvars[0].v_type == VAR_SPECIAL
9220
- && argvars[0].vval.v_number == (isTrue ? VVAL_TRUE : VV_FALSE))
+ && argvars[0].vval.v_number == (isTrue ? VVAL_TRUE : VVAL_FALSE))
9221
return;
9222
if (argvars[0].v_type != VAR_NUMBER
9223
|| (get_tv_number_chk(&argvars[0], &error) == 0) == isTrue
src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
742
743
static int included_patches[] =
744
{ /* Add new patch number below this line */
745
+/**/
746
+ 1273,
747
/**/
748
1272,
749
0 commit comments