]> granicus.if.org Git - vim/commitdiff
patch 8.1.0099: exclamation mark in error message not needed v8.1.0099
authorBram Moolenaar <Bram@vim.org>
Sat, 23 Jun 2018 12:34:28 +0000 (14:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 23 Jun 2018 12:34:28 +0000 (14:34 +0200)
Problem:    Exclamation mark in error message not needed.
Solution:   Remove the exclamation mark.

src/regexp_nfa.c
src/version.c

index e6296993d4315da6fa45b98b84c7ef21696edcdc..5a69c81a46ef7cf3f85703014d896519fbe9a3ab 100644 (file)
@@ -2232,7 +2232,7 @@ nfa_regpiece(void)
 
     if (re_multi_type(peekchr()) != NOT_MULTI)
        /* Can't have a multi follow a multi. */
-       EMSG_RET_FAIL(_("E871: (NFA regexp) Can't have a multi follow a multi !"));
+       EMSG_RET_FAIL(_("E871: (NFA regexp) Can't have a multi follow a multi"));
 
     return OK;
 }
@@ -7029,7 +7029,7 @@ nfa_regtry(
        fclose(f);
     }
     else
-       EMSG(_("Could not open temporary log file for writing "));
+       EMSG("Could not open temporary log file for writing");
 #endif
 
     clear_sub(&subs.norm);
index 5cf6882bfbeb7e87a7e94a04e01f2df7b188e295..23b7246750ab6b06895602301b8da9d10bb455f1 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    99,
 /**/
     98,
 /**/