Skip to content

Commit

Permalink
[Fix #594] Remove quotes surrounding associative array key
Browse files Browse the repository at this point in the history
  • Loading branch information
sorin-ionescu committed Oct 7, 2014
1 parent c4b50ec commit 8f711d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/editor/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ key_info=(
# bindkey failure.
for key in "${(k)key_info[@]}"; do
if [[ -z "$key_info[$key]" ]]; then
key_info["$key"]=''
key_info[$key]=''
fi
done

Expand Down

0 comments on commit 8f711d6

Please sign in to comment.