diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2026-03-08 21:57:33 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2026-03-08 21:57:33 +0900 |
| commit | fc4f116cecd7362fbbf2641546c47cd4b1370f7d (patch) | |
| tree | deac53fd902eab8dcf195758e97ed29317050759 | |
| parent | fix neo completion (diff) | |
| download | zsh-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/_mc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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]' |
