mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-17 06:41:30 +02:00
33763 (cf. Baptiste Daroussin 33747): fix nested item list in generated zshmodules.1
This commit is contained in:
parent
22b4ededcf
commit
02bca2ea0f
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-11-22 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 33763 (cf. Baptiste Daroussin 33747): Doc/Zsh/mod_system.yo:
|
||||
fix nested item list in generated zshmodules.1 man page.
|
||||
|
||||
2014-11-21 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 33750: Src/text.c: handle function autoloads for DEBUG_BEFORE_CMD
|
||||
|
|
|
@ -178,6 +178,7 @@ used.
|
|||
vindex(sysparams)
|
||||
item(tt(sysparams))(
|
||||
A readonly associative array. The keys are:
|
||||
|
||||
startitem()
|
||||
item(tt(pid))(
|
||||
Returns the process ID of the current process, even in subshells. Compare
|
||||
|
|
Loading…
Reference in a new issue