1
0
Fork 0
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:
Oliver Kiddle 2001-03-12 17:17:34 +00:00
parent 055c781464
commit ffe07b3829

View file

@ -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 }