diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Completion/Zsh/Context/.distfiles | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 51ffdec59..506a12843 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-06-25 Peter Stephenson <pws@csr.com> + + * unposted: Completion/Zsh/Context/.distfiles: add _autocd. + 2001-06-25 Sven Wischnowsky <wischnow@zsh.org> * user/3940: Src/Zle/zle_tricky.c: make expand-word not always diff --git a/Completion/Zsh/Context/.distfiles b/Completion/Zsh/Context/.distfiles new file mode 100644 index 000000000..b844887d6 --- /dev/null +++ b/Completion/Zsh/Context/.distfiles @@ -0,0 +1,7 @@ +DISTFILES_SRC=' +.distfiles +_autocd +_brace_parameter _equal _math _subscript +_condition _first _parameter _tilde +_default _in_vared _redirect _value +' |