about summary refs log tree commit diff
path: root/Src/hist.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-22 14:18:48 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-22 14:18:48 +0000
commitd78daef3dc831194f77db9ef8efcc2b65a0b04f7 (patch)
tree8ac08b1c8f6a50416f97ef4b5bce651b9a97e151 /Src/hist.c
parent1eb0a2d856caad3e24b6261f689dd97fbc18577e (diff)
downloadzsh-d78daef3dc831194f77db9ef8efcc2b65a0b04f7.tar.gz
zsh-d78daef3dc831194f77db9ef8efcc2b65a0b04f7.tar.xz
zsh-d78daef3dc831194f77db9ef8efcc2b65a0b04f7.zip
zsh-workers/8376
Diffstat (limited to 'Src/hist.c')
-rw-r--r--Src/hist.c4
1 files changed, 2 insertions, 2 deletions
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 */