1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-21 00:01:26 +01:00

Mikael Magnusson: 25617: complete -t <tags>.

This commit is contained in:
Clint Adams 2008-09-26 17:55:01 +00:00
parent b2d08a2155
commit 4ba03217ca
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-09-26 Clint Adams <clint@zsh.org>
* Mikael Magnusson: 25617: Completion/Unix/Command/_vim:
complete -t <tags>.
2008-09-26 Peter Stephenson <pws@csr.com>
* 25744: Doc/Zsh/expn.yo, Src/exec.c, Src/math.c, Src/signals.c,

View file

@ -71,7 +71,8 @@ arguments=(
'-i[use given viminfo file instead of default .viminfo]:viminfo file:_files'
'(- *)'{-h,--help}'[print help and exit]'
'(- *)--version[print version information and exit]'
'*:file:_vim_files'
'(*)-t[edit file where tag is defined]:tag:_complete_tag'
'(-t)*:file:_vim_files'
)
_arguments -S $arguments