diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2002-03-07 13:36:38 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2002-03-07 13:36:38 +0000 |
| commit | 8ad09f834cf2be2ec56eb6fb030890de2ca3f1d2 (patch) | |
| tree | e7aaa8d6a5766ab20dfa244b2d6bc4f434b01f3b /Completion | |
| parent | don't try to build the redirection string for the loops (for, foreach, select... (diff) | |
| download | zsh-8ad09f834cf2be2ec56eb6fb030890de2ca3f1d2.tar zsh-8ad09f834cf2be2ec56eb6fb030890de2ca3f1d2.tar.gz zsh-8ad09f834cf2be2ec56eb6fb030890de2ca3f1d2.tar.bz2 zsh-8ad09f834cf2be2ec56eb6fb030890de2ca3f1d2.tar.lz zsh-8ad09f834cf2be2ec56eb6fb030890de2ca3f1d2.tar.xz zsh-8ad09f834cf2be2ec56eb6fb030890de2ca3f1d2.tar.zst zsh-8ad09f834cf2be2ec56eb6fb030890de2ca3f1d2.zip | |
16778: completion by Istvan Sebestyen for irssi.
Diffstat (limited to 'Completion')
| -rw-r--r-- | Completion/Unix/Command/.distfiles | 2 | ||||
| -rw-r--r-- | Completion/Unix/Command/_irssi | 45 |
2 files changed, 46 insertions, 1 deletions
diff --git a/Completion/Unix/Command/.distfiles b/Completion/Unix/Command/.distfiles index 9b9415f9f..3653a5f85 100644 --- a/Completion/Unix/Command/.distfiles +++ b/Completion/Unix/Command/.distfiles @@ -16,5 +16,5 @@ _dict _grep _lzop _prcs _tiff _elm _diff _gs _make _psutils _tin _apm _mail _last _loadkeys _modutils _ruby _sysctl _links _samba _user_admin _rsync _arping _spamassassin _mtools _ifconfig -_fsh _chkconfig _cdcd +_fsh _chkconfig _cdcd _irssi ' diff --git a/Completion/Unix/Command/_irssi b/Completion/Unix/Command/_irssi new file mode 100644 index 000000000..d84812010 --- /dev/null +++ b/Completion/Unix/Command/_irssi @@ -0,0 +1,45 @@ +#compdef irssi + +typeset -A opt_args + +local expl + +_irssi_servers() { + local a |
