diff options
author | Peter Stephenson <pws@zsh.org> | 2014-09-25 14:37:27 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2014-09-25 14:37:27 +0100 |
commit | d9a059eb3af9f538d84e63aabe90e5321971dc07 (patch) | |
tree | c9721247fb235c55809fd7ff3ff4d22851eeb32d /NEWS | |
parent | d8f7b4bcd618a36e89b6de3f7175250c4056bbd8 (diff) | |
download | zsh-d9a059eb3af9f538d84e63aabe90e5321971dc07.tar.gz zsh-d9a059eb3af9f538d84e63aabe90e5321971dc07.tar.xz zsh-d9a059eb3af9f538d84e63aabe90e5321971dc07.zip |
unposted: tweak last change to NEWS a bit
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/NEWS b/NEWS index 013811573..7dc134e68 100644 --- a/NEWS +++ b/NEWS @@ -26,11 +26,12 @@ Changes since 5.0.0 functions or scripts performing floating point calculations. - The default $fpath/$FPATH is now designed always to include - /usr/local/share/zsh/site-functions. This does not need to exist and - sites that use an explicit configuration can put that in /etc/zshenv as - before. The intention of the new path element is to increase the - likelihood that locally added functions can be found with the shell - running "out of the box" however the shell was configured. + /usr/local/share/zsh/site-functions. This directory does not need to + exist. Sites that set an explicit site directory can put that in + /etc/zshenv as before. The intention of the new path element is to + increase the likelihood that locally added functions can be found with + the shell running "out of the box", no matter how the shell was + configured. - Individual pattern characters can be disabled. For example, to allow '^' to be an ordinary character even if the option EXTENDED_GLOB is set, use |