mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 10:41:12 +02:00
25651: make getpermtext() output indentation more logical
This commit is contained in:
parent
fb67cd46ea
commit
d37f9672cb
7 changed files with 14 additions and 17 deletions
|
|
@ -1,5 +1,9 @@
|
|||
2008-09-11 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 25651: Src/builtin.c, Src/exec.c, Src/hashtable.c, Src/init.c,
|
||||
Src/text.c, Src/Modules/parameter.c: make indentation for code
|
||||
output by getpermtext() more logical.
|
||||
|
||||
* 25643: Doc/Zsh/builtins.yo, Src/exec.c: keep DEBUG and ZERR
|
||||
traps in subshells.
|
||||
|
||||
|
|
|
|||
|
|
@ -390,7 +390,7 @@ getfunction(UNUSED(HashTable ht), const char *name, int dis)
|
|||