From 13476e2a866281214bb27d97547ec5c94e37b12c Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 30 May 2001 11:54:53 +0000 Subject: update _pine for pine 4.33, add echoti completion and update _echotc (14567) --- Completion/Zsh/Command/.distfiles | 2 +- Completion/Zsh/Command/_echotc | 4 +--- Completion/Zsh/Command/_echoti | 5 +++++ 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 Completion/Zsh/Command/_echoti (limited to 'Completion/Zsh') 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 -- cgit 1.4.1