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 7735daf commit 0bd052bCopy full SHA for 0bd052b
src/main.c
@@ -1389,6 +1389,9 @@ getout(int exitval)
1389
win_T *wp;
1390
1391
exiting = TRUE;
1392
+#if defined(FEAT_JOB_CHANNEL)
1393
+ ch_log(NULL, "Exiting...");
1394
+#endif
1395
1396
/* When running in Ex mode an error causes us to exit with a non-zero exit
1397
* code. POSIX requires this, although it's not 100% clear from the
src/version.c
@@ -766,6 +766,8 @@ static char *(features[]) =
766
767
static int included_patches[] =
768
{ /* Add new patch number below this line */
769
+/**/
770
+ 1628,
771
/**/
772
1627,
773
0 commit comments