projects
/
zsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b892045
)
use correct array name
author
Joerg Jaspert
<joerg@debian.org>
Sun, 7 Apr 2013 13:12:16 +0000
(15:12 +0200)
committer
Joerg Jaspert
<joerg@debian.org>
Sun, 7 Apr 2013 13:12:16 +0000
(15:12 +0200)
.zsh/05_Functions.zsh
patch
|
blob
|
history
diff --git
a/.zsh/05_Functions.zsh
b/.zsh/05_Functions.zsh
index
0c4e349
..
215680d
100644
(file)
--- a/
.zsh/05_Functions.zsh
+++ b/
.zsh/05_Functions.zsh
@@
-173,7
+173,7
@@
function bind2maps () {
shift
sequence="$1"
else
- sequence="${key[$1]}"
+ sequence="${key
_info
[$1]}"
fi
widget="$2"