summaryrefslogtreecommitdiff
path: root/completions/lzop
diff options
context:
space:
mode:
Diffstat (limited to 'completions/lzop')
-rw-r--r--completions/lzop12
1 files changed, 6 insertions, 6 deletions
diff --git a/completions/lzop b/completions/lzop
index e23d5410..f6753529 100644
--- a/completions/lzop
+++ b/completions/lzop
@@ -8,14 +8,14 @@ _lzop()
case $prev in
-o|--output)
_filedir
- return 0
+ return
;;
--path)
_filedir -d
- return 0
+ return
;;
-S|--suffix)
- return 0
+ return
;;
esac
@@ -27,7 +27,7 @@ _lzop()
--keep --delete --crc32 --no-warn --ignore-warn --quiet --verbose
--no-stdin --filter --checksum --no-color --mono --color' \
-- "$cur" ) )
- return 0
+ return
fi
local xspec="*.?(t)lzo"
@@ -48,7 +48,7 @@ _lzop()
;;
esac
- _expand || return 0
+ _expand || return
local IFS=$'\n'
compopt -o filenames
@@ -57,4 +57,4 @@ _lzop()
} &&
complete -F _lzop lzop
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh