mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
fix to declare tmp variable as local
This commit is contained in:
parent
055c781464
commit
ffe07b3829
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ _complete_help() {
|
|||
|
||||
exec </dev/null # ZLE closes stdin, which can cause errors
|
||||
|
||||
local _sort_tags=_help_sort_tags text i j k
|
||||
local _sort_tags=_help_sort_tags text i j k tmp
|
||||
typeset -A help_funcs help_tags help_sfuncs help_styles
|
||||
|
||||
compadd() { return 1 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue