From 1d6c3eaaa0618d35329495a324c9fd2e7ed9843a Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 30 Aug 1999 10:08:13 +0000 Subject: zsh-workers/7533 --- Completion/User/_use_lo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Completion/User/_use_lo') diff --git a/Completion/User/_use_lo b/Completion/User/_use_lo index a22a5fdb2..56651dd67 100644 --- a/Completion/User/_use_lo +++ b/Completion/User/_use_lo @@ -3,4 +3,6 @@ # This is for GNU-like commands which understand the --help option, # but which do not otherwise require special completion handling. -_long_options -t || _default +[[ "$PREFIX" = --* ]] && _arguments -- && return 0 + +_default -- cgit 1.4.1