diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-08 08:58:37 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-08 08:58:37 +0000 |
commit | 38bb84d97577fdfc359ba0261daea730a0cfb405 (patch) | |
tree | 15222079b6024fea1a2d7636ca023bb2672196e2 /Etc | |
parent | bedd4cf2c57a89bec8bd98e6ed65082164b69d93 (diff) | |
download | zsh-38bb84d97577fdfc359ba0261daea730a0cfb405.tar.gz zsh-38bb84d97577fdfc359ba0261daea730a0cfb405.tar.xz zsh-38bb84d97577fdfc359ba0261daea730a0cfb405.zip |
11194, 11200, 11214
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Etc/NEWS b/Etc/NEWS index abd4ae8b2..7f954814c 100644 --- a/Etc/NEWS +++ b/Etc/NEWS @@ -20,7 +20,7 @@ Further enhancements to new completion system: behave in the usual way - $fpath now set up to use installed functions by default; functions can be loaded just by `autoload -U compinit; compinit' - - Much improved handling of nested quoting + - Much improved handling of nested quoting and nested braces - New LIST_PACKED and LIST_ROWS_FIRST completion options and corresponding styles - compctl library separated out (frozen but still supported) |