diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2018-09-03 13:44:36 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2018-09-06 13:58:00 +0000 |
commit | b39a102262ff4810a75bf6b7595ee5195d13939e (patch) | |
tree | b3fb046d46a7b22eb59d824e1ce217419e1737fa /ChangeLog | |
parent | f7e874c1018a7748c62c83b1710edf37bb60bde3 (diff) | |
download | zsh-b39a102262ff4810a75bf6b7595ee5195d13939e.tar.gz zsh-b39a102262ff4810a75bf6b7595ee5195d13939e.tar.xz zsh-b39a102262ff4810a75bf6b7595ee5195d13939e.zip |
43366: _compdef: Change and add sources for completed completion function names.
Use ${(v)_comps} instead of going through $fpath again. Use ${functions} as well to find more legitimate matches, such as various __git_foo() helpers defined in ${^fpath}/_git.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4d2b5dad3..262a36a63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-09-06 Daniel Shahaf <d.s@daniel.shahaf.name> + + * 43366: Completion/Zsh/Command/_compdef: Change and add sources + for completed completion function names. + 2018-09-05 dana <dana@dana.is> * 43372: Completion/Linux/Command/_e2label: Add completion for |