diff options
Diffstat (limited to 'Completion/User/_use_lo')
-rw-r--r-- | Completion/User/_use_lo | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Completion/User/_use_lo b/Completion/User/_use_lo index e469154ea..2833d61b1 100644 --- a/Completion/User/_use_lo +++ b/Completion/User/_use_lo @@ -1,10 +1,6 @@ -#compdef gls gdiff +#compdef gls # This is for GNU-like commands which understand the --help option, # but which do not otherwise require special completion handling. -if [[ $PREFIX = --* ]]; then - _long_options -else - _default -fi +_arguments '*:arg: _default' -- |