1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-04 08:30:54 +02:00

Michal Halenika: 30608: _ip syntax fix

This commit is contained in:
Peter Stephenson 2012-08-13 19:39:13 +00:00
parent 3cdf730e52
commit a4c85df8eb
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2012-08-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Michal Halenka: 30608: Completion/Unix/Command/_ip: del rather
delete tunnel.
2012-08-13 Peter Stephenson <pws@csr.com>
* Jesse Weinstein: 30607: Doc/Makefile.in: fix ancient
@ -16488,5 +16493,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5689 $
* $Revision: 1.5690 $
*****************************************************

View file

@ -419,7 +419,7 @@ _regex_words \
'h*elp:show help for command' \
'a*dd:add a new IP tunnel:$tunnel_add_cmds' \
'c*hange:change an existing IP tunnel:$tunnel_add_cmds' \
'd*elete:destroy an IP tunnel:$tunnel_add_cmds' \
'd*el:destroy an IP tunnel:$tunnel_add_cmds' \
's*how:list IP tunnels'
tunnel_cmds=("$reply[@]")