diff options
author | Oliver Kiddle <opk@zsh.org> | 2016-03-07 13:15:40 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2016-03-07 13:15:40 +0100 |
commit | 8c29b34032ebb714d2c593286aa29e5c64be55ab (patch) | |
tree | 31473652c376b1d4c336feda1cf9162aafecb5bc /Src/Zle/zle_tricky.c | |
parent | 28c46c1bfb03fd7d1f563147435a4071b446f780 (diff) | |
download | zsh-8c29b34032ebb714d2c593286aa29e5c64be55ab.tar.gz zsh-8c29b34032ebb714d2c593286aa29e5c64be55ab.tar.xz zsh-8c29b34032ebb714d2c593286aa29e5c64be55ab.zip |
38043: allow any completion widget to cycle matches for menu completion to fix reverse menu completion
Diffstat (limited to 'Src/Zle/zle_tricky.c')
-rw-r--r-- | Src/Zle/zle_tricky.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Src/Zle/zle_tricky.c b/Src/Zle/zle_tricky.c index cc4b7d673..a89b2a376 100644 --- a/Src/Zle/zle_tricky.c +++ b/Src/Zle/zle_tricky.c @@ -100,8 +100,7 @@ mod_export int usemenu, useglob; /**/ mod_export int wouldinstab; -/* != 0 if we are in the middle of a menu completion. May be == 2 to force * - * menu completion even if using different widgets. */ +/* != 0 if we are in the middle of a menu completion. */ /**/ mod_export int menucmp; |