From 76087d1158938bb46fd980e3da0cc864af2c7c18 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 6 Dec 1999 04:16:50 +0000 Subject: zsh-workers/8902 --- Completion/Commands/_history_complete_word | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Completion/Commands/_history_complete_word b/Completion/Commands/_history_complete_word index c5438148d..08fc1ea79 100644 --- a/Completion/Commands/_history_complete_word +++ b/Completion/Commands/_history_complete_word @@ -20,9 +20,9 @@ _history_complete_word () { local expl direction stop if [[ $WIDGET = *newer ]]; then - direction=older - else direction=newer + else + direction=older fi _style -s history-words stop stop -- cgit 1.4.1