1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 17:10:59 +01:00

25651: make getpermtext() output indentation more logical

This commit is contained in:
Peter Stephenson 2008-09-11 17:14:38 +00:00
parent fb67cd46ea
commit d37f9672cb
7 changed files with 14 additions and 17 deletions

View file

@ -887,7 +887,7 @@ printshfuncnode(HashNode hn, int printflags)
if (f->node.flags & PM_UNDEFINED)
printf("%c undefined\n\t", hashchar);
else
t = getpermtext(f->funcdef, NULL);
t = getpermtext(f->funcdef, NULL, 1);
if (f->node.flags & PM_TAGGED)
printf("%c traced\n\t", hashchar);
if (!t) {