diff options
Diffstat (limited to 'Doc/zsh.texi')
-rw-r--r-- | Doc/zsh.texi | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/Doc/zsh.texi b/Doc/zsh.texi index 4509b7c92..9796d4c81 100644 --- a/Doc/zsh.texi +++ b/Doc/zsh.texi @@ -27,8 +27,8 @@ @end iftex @titlepage @title The Z Shell Manual -@subtitle Version 5.8.1.2-test -@subtitle Updated April 9, 2022 +@subtitle Version 5.8.1.3-test +@subtitle Updated May 1, 2022 @author Original documentation by Paul Falstad @page This is a texinfo version of the documentation for the Z Shell, originally by @@ -63,7 +63,7 @@ POSIX shells, but its default mode is not POSIX compatible, either. @noindent @cindex version -Version 5.8.1.2-test, last updated April 9, 2022. +Version 5.8.1.3-test, last updated May 1, 2022. @end ifinfo @menu @@ -5957,8 +5957,9 @@ form using `@t{%%}' will remove the same matches as for `@t{##}' in reverse order. @item @t{*} +@pindex EXTENDED_GLOB, enable Enable @t{EXTENDED_GLOB} for substitution via @t{$@{}...@t{/}...@t{@}} or -@t{$@{}...@t{//}...@t{@}}. +@t{$@{}...@t{//}...@t{@}}. Note that `@t{**}' does not disable extendedglob. @item @t{B} Include the index of the beginning of the match in the result. @@ -8596,6 +8597,10 @@ This value is system dependent and is intended for debugging purposes. It is also useful with the @t{zsh/system} module which allows the number to be turned into a name or message. +@noindent +To use this parameter, it must first be assigned a value (typically +0 (zero)). It is initially unset for scripting compatibility. + @vindex FUNCNEST @item @t{FUNCNEST} <S> Integer. If greater than or equal to zero, the maximum nesting depth of @@ -35518,7 +35523,7 @@ distribution in your home directory, you would use the commands: @noindent @example mkdir ~/zsh_help -perl ~/zsh-5.8.1.2-test/Util/helpfiles ~/zsh_help +perl ~/zsh-5.8.1.3-test/Util/helpfiles ~/zsh_help @end example @noindent @@ -35679,7 +35684,7 @@ Run @t{zkbd} either as an autoloaded function, or as a shell script: @noindent @example -zsh -f ~/zsh-5.8.1.2-test/Functions/Misc/zkbd +zsh -f ~/zsh-5.8.1.3-test/Functions/Misc/zkbd @end example @noindent @@ -35744,7 +35749,7 @@ command and redirect the output into a file: @noindent @example -. ~/zsh-5.8.1.2-test/Util/reporter > zsh.report +. ~/zsh-5.8.1.3-test/Util/reporter > zsh.report @end example @noindent |