From d78daef3dc831194f77db9ef8efcc2b65a0b04f7 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 22 Oct 1999 14:18:48 +0000 Subject: zsh-workers/8376 --- Src/hist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/hist.c') diff --git a/Src/hist.c b/Src/hist.c index 089c9f0bd..d531923c0 100644 --- a/Src/hist.c +++ b/Src/hist.c @@ -1077,7 +1077,7 @@ int hwgetword = -1; void ihwbegin(int offset) { - if (stophist == 2 || strin) + if (stophist == 2) return; if (chwordpos%2) chwordpos--; /* make sure we're on a word start, not end */ @@ -1097,7 +1097,7 @@ ihwbegin(int offset) void ihwend(void) { - if (stophist == 2 || strin) + if (stophist == 2) return; if (chwordpos%2 && chline) { /* end of word reached and we've already begun a word */ -- cgit 1.4.1