From 3cf29e75139ec3753868ef8d064d2d5729371b6f Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 20 Apr 2008 21:19:52 +0000 Subject: 24853: bits missed from patch --- Src/Zle/zle_hist.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Src/Zle/zle_hist.c') diff --git a/Src/Zle/zle_hist.c b/Src/Zle/zle_hist.c index 9d65b3516..5af482f9e 100644 --- a/Src/Zle/zle_hist.c +++ b/Src/Zle/zle_hist.c @@ -454,7 +454,7 @@ downhistory(UNUSED(char **args)) * srch_str is the metafied search string, as extracted from the start * of zleline. */ -static int srch_hl, srch_cs = -1; +static int histpos, srch_hl, srch_cs = -1; static char *srch_str; /**/ @@ -462,7 +462,7 @@ int historysearchbackward(char **args) { Histent he; - int n = zmult, histpos; + int n = zmult; char *str; struct zle_text zt; @@ -520,7 +520,7 @@ int historysearchforward(char **args) { Histent he; - int n = zmult, histpos; + int n = zmult; char *str; struct zle_text zt; -- cgit 1.4.1