1
0
Fork 0
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:
Sven Wischnowsky 2000-04-27 08:23:33 +00:00
parent ad31ce0db8
commit 8974ab59c0

View file

@ -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;