about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-04-17 15:23:08 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-04-17 15:23:08 +0000
commit9b7d3a6e46e8d071dcc9eea78a53ffaf47e30f99 (patch)
tree28f1ec2667b45b115217d91410c57069da1f37f7 /Src
parent71c30e6481c1fd5257e758ef2806c8e7b0be4ba4 (diff)
downloadzsh-9b7d3a6e46e8d071dcc9eea78a53ffaf47e30f99.tar.gz
zsh-9b7d3a6e46e8d071dcc9eea78a53ffaf47e30f99.tar.xz
zsh-9b7d3a6e46e8d071dcc9eea78a53ffaf47e30f99.zip
users/14041: bind : by default to execute-named-cmd in vicmd mode
Diffstat (limited to 'Src')
-rw-r--r--Src/Zle/zle_bindings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/zle_bindings.c b/Src/Zle/zle_bindings.c
index e95061df2..682691347 100644
--- a/Src/Zle/zle_bindings.c
+++ b/Src/Zle/zle_bindings.c
@@ -348,7 +348,7 @@ int vicmdbind[128] = {
     /* 7 */ z_digitargument,
     /* 8 */ z_digitargument,
     /* 9 */ z_digitargument,
-    /* : */ z_undefinedkey,
+    /* : */ z_executenamedcmd,
     /* ; */ z_virepeatfind,
     /* < */ z_viunindent,
     /* = */ z_listchoices,