From 8f711d64b5763e5d926d1be0c023dfaf63765192 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Mon, 6 Oct 2014 23:36:10 -0400 Subject: [PATCH] [Fix #594] Remove quotes surrounding associative array key --- modules/editor/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/init.zsh b/modules/editor/init.zsh index 9a347a09..8f66aa52 100644 --- a/modules/editor/init.zsh +++ b/modules/editor/init.zsh @@ -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