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 a1e24b9 commit 8b778d5Copy full SHA for 8b778d5
src/message.c
@@ -531,7 +531,8 @@ emsg(char_u *s)
531
return TRUE;
532
533
called_emsg = TRUE;
534
- ex_exitval = 1;
+ if (emsg_silent == 0)
535
+ ex_exitval = 1;
536
537
/*
538
* If "emsg_severe" is TRUE: When an error exception is to be thrown,
src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
747
748
static int included_patches[] =
749
{ /* Add new patch number below this line */
750
+/**/
751
+ 1347,
752
/**/
753
1346,
754
0 commit comments