diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-09-23 06:47:32 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-09-24 07:22:16 +0000 |
commit | 0f8725beeb6b1273a5064f20ed0dd2c160c2a564 (patch) | |
tree | 62918657eda25d70f89d1010c1ee28bdfbaf343b /ChangeLog | |
parent | 889f6690fd678ed2fdeb4d467e5b8db49b9c6667 (diff) | |
download | zsh-0f8725beeb6b1273a5064f20ed0dd2c160c2a564.tar.gz zsh-0f8725beeb6b1273a5064f20ed0dd2c160c2a564.tar.xz zsh-0f8725beeb6b1273a5064f20ed0dd2c160c2a564.zip |
39423: _zed: Support the '--' end-of-options mark.
This matters for fned'ing vcs_info hooks.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8362d3e7b..c43272ecf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-09-24 Daniel Shahaf <d.s@daniel.shahaf.name> + * 39423: Completion/Zsh/Command/_zed: Support the '--' + end-of-options mark. + * 39423: Functions/VCS_Info/Backends/VCS_INFO_get_data_git: vcs_info git: Produce nicer applied-string messages for 'exec' actions. |