From 2516da75a91f1daead579c5c5004d89ff9e33a3f Mon Sep 17 00:00:00 2001 From: oxiedi Date: Tue, 14 Jul 2020 21:45:09 +0500 Subject: github #61: _parameters: Don't leak the variable $i --- Completion/Zsh/Type/_parameters | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Zsh/Type/_parameters b/Completion/Zsh/Type/_parameters index eaad3ca9d..207e5cf78 100644 --- a/Completion/Zsh/Type/_parameters +++ b/Completion/Zsh/Type/_parameters @@ -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 -- cgit 1.4.1