diff options
Diffstat (limited to 'Src/Zle')
-rw-r--r-- | Src/Zle/complist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c index f4542ee36..445c89bb7 100644 --- a/Src/Zle/complist.c +++ b/Src/Zle/complist.c @@ -1852,7 +1852,7 @@ domenuselect(Hookdef dummy, Chdata dat) int l; if (!u) - goto getk; + break; cs = 0; foredel(ll); |