summaryrefslogtreecommitdiff
path: root/completions/mc
diff options
context:
space:
mode:
Diffstat (limited to 'completions/mc')
-rw-r--r--completions/mc10
1 files changed, 5 insertions, 5 deletions
diff --git a/completions/mc b/completions/mc
index f3065793..dc322a15 100644
--- a/completions/mc
+++ b/completions/mc
@@ -8,19 +8,19 @@ _mc()
case $prev in
-e|--edit|-v|--view|-l|--ftplog|-P|--printwd)
_filedir
- return 0
+ return
;;
-C|--colors|-D|--debuglevel)
# argument required but no completions available
- return 0
+ return
;;
-h|--help|--help-*|-V|--version)
# all other arguments are noop with these
- return 0
+ return
;;
esac
- $split && return 0
+ $split && return
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W '$( _parse_help "$1" --help-all )' \
@@ -32,4 +32,4 @@ _mc()
} &&
complete -F _mc mc
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh