diff options
Diffstat (limited to 'Src/Zle/zle_bindings.c')
-rw-r--r-- | Src/Zle/zle_bindings.c | 2 |
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, |