mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-16 22:10:54 +01:00
unposted: more NEWS tweaks
This commit is contained in:
parent
66ce92a415
commit
3dbb6723ab
1 changed files with 7 additions and 1 deletions
8
NEWS
8
NEWS
|
@ -67,6 +67,12 @@ Expansion (parameters, globbing, etc.) and redirection
|
|||
additionally expands "^c" style control characters as for bindkey.
|
||||
Options may be combined, e.g. (g:eoc:).
|
||||
|
||||
- The parameter expansion flag (m) indicates that string lengths used
|
||||
calculated by the (l) and (r) flags or the # operator should take
|
||||
account of the printing width of characters in multibyte mode, whether
|
||||
0, 1 or more. (mm) causes printing characters to count as 1 and
|
||||
non-printing chracters to count as 0.
|
||||
|
||||
- The parameter expansion flag (q-) picks the most minimal way of
|
||||
quoting the parameter words, to make the result as readable as possible.
|
||||
|
||||
|
@ -104,7 +110,7 @@ Expansion (parameters, globbing, etc.) and redirection
|
|||
Builtins and shell functions
|
||||
-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||
|
||||
- Directory changing builtins take an option -q to suppress side
|
||||
- Directory-changing builtins take an option -q to suppress side
|
||||
effects such as printing directories or calling the chpwd hook functions.
|
||||
|
||||
- Various enhancements have been made to traps:
|
||||
|
|
Loading…
Reference in a new issue