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 bdcd752 commit b2bd6a0Copy full SHA for b2bd6a0
src/eval.c
@@ -15064,7 +15064,7 @@ job_status(job_T *job)
15064
* Called once in a while: check if any jobs with an "exit-cb" have ended.
15065
*/
15066
void
15067
-job_check_ended()
+job_check_ended(void)
15068
{
15069
static time_t last_check = 0;
15070
time_t now;
src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
748
749
static int included_patches[] =
750
{ /* Add new patch number below this line */
751
+/**/
752
+ 1389,
753
/**/
754
1388,
755
0 commit comments