diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2018-09-24 18:00:00 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2018-09-30 22:18:46 +0000 |
commit | d756c4d5cbf8137480fb4fe00904700eb9ac5327 (patch) | |
tree | 44758bd06ed9e1cb2619fb0794f440dc10d181d6 /ChangeLog | |
parent | 80ff65dc4260d13924ffe2c68061c0e576e005b4 (diff) | |
download | zsh-d756c4d5cbf8137480fb4fe00904700eb9ac5327.tar.gz zsh-d756c4d5cbf8137480fb4fe00904700eb9ac5327.tar.xz zsh-d756c4d5cbf8137480fb4fe00904700eb9ac5327.zip |
43531: Completion: Fix some false positives in the logic for "are these two candidates completions equivalent".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 46c65d713..205cca392 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-09-30 Daniel Shahaf <d.s@daniel.shahaf.name> + + * 43531: Src/Zle/compcore.c: Completion: Fix some false + positives in the logic for "are these two candidates completions + equivalent". + 2018-09-28 Daniel Shahaf <d.s@daniel.shahaf.name> * 43570: Src/jobs.c: Start documenting jobs.c, in particular |