diff options
Diffstat (limited to 'Completion/Zsh')
-rw-r--r-- | Completion/Zsh/Command/.distfiles | 2 | ||||
-rw-r--r-- | Completion/Zsh/Command/_echotc | 4 | ||||
-rw-r--r-- | Completion/Zsh/Command/_echoti | 5 |
3 files changed, 7 insertions, 4 deletions
diff --git a/Completion/Zsh/Command/.distfiles b/Completion/Zsh/Command/.distfiles index 69c326eb9..4e75e0e3d 100644 --- a/Completion/Zsh/Command/.distfiles +++ b/Completion/Zsh/Command/.distfiles @@ -6,5 +6,5 @@ _builtin _emulate _precommand _setopt _unsetopt _zle _cd _enable _print _source _wait _zmodload _command _fc _prompt _stat _which _zpty _compdef _hash _read _trap _zcompile _zstyle -_ttyctl _ulimit _vared _alias _jobs_builtin +_echoti _ttyctl _ulimit _vared _alias _jobs_builtin ' diff --git a/Completion/Zsh/Command/_echotc b/Completion/Zsh/Command/_echotc index cc07b9cd0..79eb6d91f 100644 --- a/Completion/Zsh/Command/_echotc +++ b/Completion/Zsh/Command/_echotc @@ -2,6 +2,4 @@ local expl -_wanted arguments expl 'terminal capability' \ - compadd al dc dl do le up al bl cd ce cl cr \ - dc dl do ho is le ma nd nl se so up +_wanted arguments expl 'terminal capability' compadd -k termcap diff --git a/Completion/Zsh/Command/_echoti b/Completion/Zsh/Command/_echoti new file mode 100644 index 000000000..ed3a98f4c --- /dev/null +++ b/Completion/Zsh/Command/_echoti @@ -0,0 +1,5 @@ +#compdef echoti + +local expl + +_wanted arguments expl 'terminal capability' compadd -k terminfo |