From f844c87a4d676bcc8ad7ac24b5132d7aa5ccfeca Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 1 Dec 1999 15:29:41 +0000 Subject: zsh-workers/8840 --- Completion/Commands/_history_complete_word | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Commands') diff --git a/Completion/Commands/_history_complete_word b/Completion/Commands/_history_complete_word index 07db1eeb9..c5438148d 100644 --- a/Completion/Commands/_history_complete_word +++ b/Completion/Commands/_history_complete_word @@ -69,9 +69,9 @@ _history_complete_word () { _history_complete_word_gen_matches () { if _style history-words list; then if _style history-words sort; then - _description expl 'history word' + _description history-words expl 'history word' else - _description -V expl 'history word' + _description -V history-words expl 'history word' fi else if _style history-words sort; then -- cgit 1.4.1