[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.
|
# bindkey failure.
|
||||||
for key in "${(k)key_info[@]}"; do
|
for key in "${(k)key_info[@]}"; do
|
||||||
if [[ -z "$key_info[$key]" ]]; then
|
if [[ -z "$key_info[$key]" ]]; then
|
||||||
key_info["$key"]='<27>'
|
key_info[$key]='<27>'
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user