1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-27 22:40:20 +02:00

github #61: _parameters: Don't leak the variable $i

This commit is contained in:
oxiedi 2020-07-14 21:45:09 +05:00 committed by Daniel Shahaf
parent fa51a38955
commit 2516da75a9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2020-07-14 oxiedi <oxiedi@yandex.ru>
* github #61: Completion/Zsh/Type/_parameters: Don't leak the
variable $i
2020-07-13 Daniel Shahaf <d.s@daniel.shahaf.name>
* 46240: Doc/Zsh/builtins.yo, Doc/Zsh/contrib.yo,

View File

@ -6,7 +6,7 @@
# If you specify a -g option with a pattern, the pattern will be used to
# restrict the type of parameters matched.
local expl pattern fakes faked tmp pfilt
local expl pattern fakes faked tmp i pfilt
if compset -P '*:'; then
_history_modifiers p