diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-04-24 09:00:29 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-04-24 09:00:29 +0000 |
commit | e61af474c1e37952f2e59a2a0e5842185ae1adc5 (patch) | |
tree | dfae9f6e0e89936232c764de0601ddcf27edfed0 /NEWS | |
parent | 46b26c618c984010487d9eb7c78a65149d42b82f (diff) | |
download | zsh-e61af474c1e37952f2e59a2a0e5842185ae1adc5.tar.gz zsh-e61af474c1e37952f2e59a2a0e5842185ae1adc5.tar.xz zsh-e61af474c1e37952f2e59a2a0e5842185ae1adc5.zip |
26876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS index e103840ee..b26617a60 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,10 @@ shells. The variable ZSH_PATCHLEVEL can be used to test for unreleased versions of the shell; it is present but less useful in released versions. +The variables ZLE_REMOVE_SUFFIX_CHARS and ZLE_SPACE_SUFFIX_CHARS allow more +control over the way automatically removed suffixes are treated in +completion. + Major changes between versions 4.3.6 and 4.3.9 ---------------------------------------------- |