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 8822744 commit 23c9e8bCopy full SHA for 23c9e8b
src/evalfunc.c
@@ -11832,6 +11832,7 @@ get_cmd_output_as_rettv(
11832
if (buf == NULL)
11833
{
11834
EMSGN(_(e_nobufnr), argvars[1].vval.v_number);
11835
+ fclose(fd);
11836
goto errret;
11837
}
11838
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 207,
769
/**/
770
206,
771
0 commit comments