From c389fd3a49c01674960fe2153af2f6e42b316c61 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 7 Mar 2013 16:08:35 +0100 Subject: [PATCH] =?UTF-8?q?updated=20for=20version=207.3.849=20Problem:=20?= =?UTF-8?q?=20=20=20":g//"=20gives=20"Pattern=20not=20found=20error"=20wit?= =?UTF-8?q?h=20E486.=20=20Should=20not=20use=20=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20the=20error=20number,=20it's=20not=20a=20regular=20err?= =?UTF-8?q?or=20message.=20Solution:=20=20=20Use=20a=20normal=20message.?= =?UTF-8?q?=20(David=20B=C3=BCrgin)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ex_cmds.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 656b1f49d..c7135a3d7 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -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); diff --git a/src/version.c b/src/version.c index c6ce9c2a9..9b90b51e6 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 849, /**/ 848, /**/