diff options
Diffstat (limited to 'Src/Zle/compresult.c')
-rw-r--r-- | Src/Zle/compresult.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c index cce06d1e3..13ae8c3b3 100644 --- a/Src/Zle/compresult.c +++ b/Src/Zle/compresult.c @@ -1886,7 +1886,8 @@ printlist(int over, CLPrintFunc printm, int showall) printm(g, NULL, mc, ml, (!i), wid, NULL, NULL); break; } - if (!m->disp && (m->flags & CMF_FILE)) { + if (!m->disp && (m->flags & CMF_FILE) && + m->str[0] && m->str[strlen(m->str) - 1] != '/') { struct stat buf; char *pb; |