about summary refs log tree commit diff
path: root/Src/Zle/compresult.c
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-28 07:29:59 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-28 07:29:59 +0000
commit0334b4df7cfd728cd8b9480872fbbfcb6029d1e6 (patch)
treef4f76e56ecb0deaae771129fd7bd512a47dee3a9 /Src/Zle/compresult.c
parentf889ebfaa3f8d70f5a0e00153bd1b91a8d6c0131 (diff)
downloadzsh-0334b4df7cfd728cd8b9480872fbbfcb6029d1e6.tar.gz
zsh-0334b4df7cfd728cd8b9480872fbbfcb6029d1e6.tar.xz
zsh-0334b4df7cfd728cd8b9480872fbbfcb6029d1e6.zip
make a-a-i-n-h in menu selection work with one match; better undo behaviour for menu selection (12093)
Diffstat (limited to 'Src/Zle/compresult.c')
-rw-r--r--Src/Zle/compresult.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c
index 092971479..19d785bb8 100644
--- a/Src/Zle/compresult.c
+++ b/Src/Zle/compresult.c
@@ -1093,7 +1093,7 @@ comp_mod(int v, int m)
 /* This handles the beginning of menu-completion. */
 
 /**/
-static void
+void
 do_ambig_menu(void)
 {
     Cmatch *mc;