aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2026-03-08 21:57:33 +0900
committerShohei YOSHIDA <syohex@gmail.com>2026-03-08 21:57:33 +0900
commitfc4f116cecd7362fbbf2641546c47cd4b1370f7d (patch)
treedeac53fd902eab8dcf195758e97ed29317050759
parentfix neo completion (diff)
downloadzsh-completions-fc4f116cecd7362fbbf2641546c47cd4b1370f7d.tar
zsh-completions-fc4f116cecd7362fbbf2641546c47cd4b1370f7d.tar.gz
zsh-completions-fc4f116cecd7362fbbf2641546c47cd4b1370f7d.tar.bz2
zsh-completions-fc4f116cecd7362fbbf2641546c47cd4b1370f7d.tar.lz
zsh-completions-fc4f116cecd7362fbbf2641546c47cd4b1370f7d.tar.xz
zsh-completions-fc4f116cecd7362fbbf2641546c47cd4b1370f7d.tar.zst
zsh-completions-fc4f116cecd7362fbbf2641546c47cd4b1370f7d.zip
fix mc completion
- remove obsoleted options
-rw-r--r--src/_mc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/_mc b/src/_mc
index 64eaf00..215898b 100644
--- a/src/_mc
+++ b/src/_mc
@@ -35,8 +35,7 @@
setopt localoptions warncreateglobal typesetsilent
-local -a opts
-opts=(
+local -a opts=(
{-h,--help}'[show help on options]'
--help-all'[show help on all options]'
--help-terminal'[terminal options help]'
@@ -47,7 +46,6 @@ opts=(
{-C,--colors=}'[specifies a color configuration]:arg:'
--configure-options'[print configure options]'
{-d,--nomouse}'[disable mouse support in text version]'
- {-d,--debuglevel=}'[save the debug level for SMB VFS]:debug level:(0 1 2 3 4 5 6 7 8 9 10)'
{-e,--edit=}'[edit files]:file:_files'
{-f,--datadir}'[print data directory]'
{-F,--datadir-info}'[print extended info about used data directories]'