mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-21 00:01:26 +01:00
Bart: 26822: infinite loop in variable completion looking for subscript
This commit is contained in:
parent
f56ccae96c
commit
87a727ca39
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
2009-04-07 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* Bart: 26822: Completion/Zsh/Context/_subscript: ">" should
|
||||
be "-gt"---caused infinite loop looking for no existent subscript.
|
||||
be "-gt"---caused infinite loop looking for nonexistent subscript.
|
||||
|
||||
2009-04-06 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
|
@ -11533,5 +11533,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4645 $
|
||||
* $Revision: 1.4646 $
|
||||
*****************************************************
|
||||
|
|
Loading…
Reference in a new issue