mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
unposted: add missing #autoload directive
This commit is contained in:
parent
ab6ac7313d
commit
92ec72844c
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2017-08-29 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
|
* unposted: Completion/Unix/Type/_bpf_filters:
|
||||||
|
add missing #autoload directive
|
||||||
|
|
||||||
2017-08-28 Daniel Shahaf <d.s@daniel.shahaf.name>
|
2017-08-28 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||||
|
|
||||||
* unposted: Config/version.mk: Post-release version bump.
|
* unposted: Config/version.mk: Post-release version bump.
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#autoload
|
||||||
|
|
||||||
# spaces are valid instead of word ends, perhaps better to just do compset -q
|
# spaces are valid instead of word ends, perhaps better to just do compset -q
|
||||||
|
|
||||||
local -a networks fields dirs protos relop
|
local -a networks fields dirs protos relop
|
||||||
|
|
Loading…
Reference in a new issue