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:
parent
b2d08a2155
commit
4ba03217ca
2 changed files with 7 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue