diff options
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/mod_parameter.yo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Zsh/mod_parameter.yo b/Doc/Zsh/mod_parameter.yo index a66f2002d..7071e20db 100644 --- a/Doc/Zsh/mod_parameter.yo +++ b/Doc/Zsh/mod_parameter.yo @@ -110,6 +110,10 @@ vindex(historywords) item(tt(historywords))( A special array containing the words stored in the history. ) +vindex(jobdirs) +item(tt(jobdirs))( +This association maps job numbers to the directories from which the job was started (which may not be the current directory of the job). +) vindex(jobtexts) item(tt(jobtexts))( This association maps job numbers to the texts of the command lines |