From d8f703027345170c7bc820ed7808e693dd1377d6 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sat, 25 Mar 2000 00:21:44 +0000 Subject: zsh-3.1.6-dev-20 --- Completion/X/_xwit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/X/_xwit') diff --git a/Completion/X/_xwit b/Completion/X/_xwit index 4a5242e18..5e14fec89 100644 --- a/Completion/X/_xwit +++ b/Completion/X/_xwit @@ -16,8 +16,8 @@ _xwit_guard () { _xwit_compopts () { local expl - _wanted options expl option compadd - ${(k)no[(R)*~0]} || - _loop options expl option compadd - ${(k)no} + _description options expl option + compadd "$expl[@]" - ${(k)no[(R)*~0]} || compadd "$expl[@]" - ${(k)no} } _regex_arguments _xwit_parse \ -- cgit 1.4.1