[Fix #594] Remove quotes surrounding associative array key
This commit is contained in:
parent
c4b50ec1a0
commit
8f711d64b5
|
@ -61,7 +61,7 @@ key_info=(
|
|||
# bindkey failure.
|
||||
for key in "${(k)key_info[@]}"; do
|
||||
if [[ -z "$key_info[$key]" ]]; then
|
||||
key_info["$key"]='<27>'
|
||||
key_info[$key]='<27>'
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue