updated for version 7.3.849

Problem:    ":g//" gives "Pattern not found error" with E486.  Should not use
	    the error number, it's not a regular error message.
Solution:   Use a normal message. (David Bürgin)
This commit is contained in:
Bram Moolenaar
2013-03-07 16:08:35 +01:00
parent 0f564d46e7
commit faf3185a47
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -5411,7 +5411,7 @@ ex_global(eap)
if (type == 'v')
smsg((char_u *)_("Pattern found in every line: %s"), pat);
else
smsg((char_u *)_(e_patnotf2), pat);
smsg((char_u *)_("Pattern not found: %s"), pat);
}
else
global_exe(cmd);
+2
View File
@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
849,
/**/
848,
/**/