mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-17 15:01:40 +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 ||
|
if (mselect >= 0 || mlbeg >= 0 ||
|
||||||
(mlistp = getsparam("LISTPROMPT"))) {
|
(mlistp = getsparam("LISTPROMPT"))) {
|
||||||
if (!*mlistp)
|
if (mlistp && !*mlistp)
|
||||||
mlistp = "%SAt %p: Hit TAB for more, or the character to insert%s";
|
mlistp = "%SAt %p: Hit TAB for more, or the character to insert%s";
|
||||||
trashzle();
|
trashzle();
|
||||||
showinglist = listshown = 0;
|
showinglist = listshown = 0;
|
||||||
|
|
Loading…
Reference in a new issue