diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/options.yo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index b87eb788b..671ce1337 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -777,6 +777,12 @@ item(tt(NUMERIC_GLOB_SORT))( If numeric filenames are matched by a filename generation pattern, sort the filenames numerically rather than lexicographically. ) +pindex(OCTAL_ZEROES) +cindex(octal, arithmetic expressions) +item(tt(OCTAL_ZEROES) <S>)( +Interpret any integer constant beginning with a 0 and not +as octal, per IEEE Std 1003.2-1992 (ISO 9945-2:1993). +) pindex(OVERSTRIKE) cindex(editor, overstrike mode) cindex(overstrike mode, of editor) |