Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
editor: minor style fix
  • Loading branch information
meh committed Oct 9, 2012
1 parent 41408e9 commit 0470c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/init.zsh
Expand Up @@ -36,7 +36,7 @@ key_info=(
)

# do not bind any keys if there are empty values in $key_info
for key in "${(k)key_info[@]}"; do
for key ("${(k)key_info[@]}"); do
if [[ -z "$key_info[$key]" ]]; then
print 'zoppo: one or more keys are non-bindable' >&2
unset key{,_info}
Expand Down

0 comments on commit 0470c5f

Please sign in to comment.