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 492324e commit 836137dCopy full SHA for 836137d
2 files changed
src/version.c
@@ -695,6 +695,8 @@ static char *(features[]) =
695
696
static int included_patches[] =
697
{ /* Add new patch number below this line */
698
+/**/
699
+ 1260,
700
/**/
701
1259,
702
src/vim9instr.c
@@ -1794,7 +1794,7 @@ generate_CALL(
1794
: ufunc->uf_def_status != UF_NOT_COMPILED
1795
? ISN_DCALL : ISN_UCALL)) == NULL)
1796
return FAIL;
1797
- if (isn->isn_type == ISN_METHODCALL)
+ if (cl != NULL /* isn->isn_type == ISN_METHODCALL */)
1798
{
1799
isn->isn_arg.mfunc = ALLOC_ONE(cmfunc_T);
1800
if (isn->isn_arg.mfunc == NULL)
0 commit comments