1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-28 19:06:03 +02:00

30406: NEWS: typo fixes

This commit is contained in:
Mikael Magnusson 2012-04-14 19:24:49 +00:00
parent 287bd2dff2
commit 1416ec9644
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2012-04-14 Mikael Magnusson <mikachu@gmail.com>
* 30406: NEWS: some typo fixes.
2012-04-13 Peter Stephenson <p.w.stephenson@ntlworld.com> 2012-04-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: Etc/.distfiles: missed this. * unposted: Etc/.distfiles: missed this.
@ -16185,5 +16189,5 @@
***************************************************** *****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL * This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5627 $ * $Revision: 1.5628 $
***************************************************** *****************************************************

10
NEWS
View File

@ -55,13 +55,13 @@ Expansion (parameters, globbing, etc.) and redirection
from the end. from the end.
- The parameter expansion flag (D) abbreviates directories in parameters - The parameter expansion flag (D) abbreviates directories in parameters
using the familiary ~ form. using the familiar ~ form.
- The parameter expansion flag (g) can take delimited arguments o, e and - The parameter expansion flag (g) can take delimited arguments o, e and
c to provide echo- and print-style expansion: (g::) provides basic c to provide echo- and print-style expansion: (g::) provides basic
echo-style expansion; (g:e:) provides the extended capabilities of echo-style expansion; (g:e:) provides the extended capabilities of
print; (g:o:) provides octal escapes without a leading zero; (g:c:) print; (g:o:) provides octal escapes without a leading zero; (g:c:)
additional expands "^c" style control characters as for bindkey. additionally expands "^c" style control characters as for bindkey.
Options may be combined, e.g. (g:eoc:). Options may be combined, e.g. (g:eoc:).
- The parameter expansion flag (q-) picks the most minimal way of - The parameter expansion flag (q-) picks the most minimal way of
@ -92,7 +92,7 @@ Expansion (parameters, globbing, etc.) and redirection
arbitrary file descriptors rather than the explicit range 0 to 9. arbitrary file descriptors rather than the explicit range 0 to 9.
- New prompt escapes: - New prompt escapes:
%x and %I show source file and line number, usefil %x and %I show source file and line number, useful
in $PS4 (the existing %N and %i show names and lines in the execution in $PS4 (the existing %N and %i show names and lines in the execution
environment rather than the source file). environment rather than the source file).
%F, %K, %f, %k allow colouring of prompts both using ANSI colour names %F, %K, %f, %k allow colouring of prompts both using ANSI colour names
@ -120,8 +120,8 @@ Shell variables (parameters)
KEYBOARD_HACK defines characters to be ignored if typed unmatched at KEYBOARD_HACK defines characters to be ignored if typed unmatched at
the end of the line (an extension of the SUN_KEYBOARD_HACK option). the end of the line (an extension of the SUN_KEYBOARD_HACK option).
ZSH_PATCHLEVEL provides a unique indication of the code compiled to ZSH_PATCHLEVEL provides a unique indication of the code compiled to
make the shell even between releases. make the shell, even between releases.
ZSH_SUBSHELL indicates the subshell live, incremented once per fork, at ZSH_SUBSHELL indicates the subshell level, incremented once per fork, at
which the code is being run. which the code is being run.
Options Options