diff options
author | Oliver Kiddle <opk@zsh.org> | 2016-06-22 01:37:07 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2016-06-22 01:37:07 +0200 |
commit | e83489fc4ba168abeb5ea7e23e64383fed181ed3 (patch) | |
tree | b573a21ddbccc2adf8132166b2a7b5a22d6bec6d /ChangeLog | |
parent | 139a4dbe07728a22dcb120d1ca9ff3cdae98471a (diff) | |
download | zsh-e83489fc4ba168abeb5ea7e23e64383fed181ed3.tar.gz zsh-e83489fc4ba168abeb5ea7e23e64383fed181ed3.tar.xz zsh-e83489fc4ba168abeb5ea7e23e64383fed181ed3.zip |
38714: add x: syntax to match specs to make it possible to disable match specs hardcoded in completion functions
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3c722b79d..d352067e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2016-06-22 Oliver Kiddle <opk@zsh.org> + * 38714: Src/Zle/complete.c, Doc/Zsh/compsys.yo, + Doc/Zsh/compwid.yo: add x: syntax to match specs to make it + possible to disable match specs hardcoded in completion functions + * 38735: Completion/Unix/Command/_find, Completion/Zsh/Type/_globquals: support verbose style to allow clearer but less compact descriptions for time specifiers |