mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
*** empty log message ***
This commit is contained in:
parent
ad31ce0db8
commit
8974ab59c0
1 changed files with 1 additions and 1 deletions
|
@ -1466,7 +1466,7 @@ complistmatches(Hookdef dummy, Chdata dat)
|
|||
|
||||
if (mselect >= 0 || mlbeg >= 0 ||
|
||||
(mlistp = getsparam("LISTPROMPT"))) {
|
||||
if (!*mlistp)
|
||||
if (mlistp && !*mlistp)
|
||||
mlistp = "%SAt %p: Hit TAB for more, or the character to insert%s";
|
||||
trashzle();
|
||||
showinglist = listshown = 0;
|
||||
|
|
Loading…
Reference in a new issue