diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:35:52 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:35:52 +0000 |
commit | 354cc487ff1773da015f1ee73545af5d8dbb697a (patch) | |
tree | d7d6a21ad7b5de0c37ce61f3a47f97570f7f7bd8 /Completion/Builtins | |
parent | 369e172a851cb0696d9f3073862334a2e43901de (diff) | |
download | zsh-354cc487ff1773da015f1ee73545af5d8dbb697a.tar.gz zsh-354cc487ff1773da015f1ee73545af5d8dbb697a.tar.xz zsh-354cc487ff1773da015f1ee73545af5d8dbb697a.zip |
changed after moving functions
Diffstat (limited to 'Completion/Builtins')
-rw-r--r-- | Completion/Builtins/.distfiles | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Completion/Builtins/.distfiles b/Completion/Builtins/.distfiles index d2878d165..472a6d90a 100644 --- a/Completion/Builtins/.distfiles +++ b/Completion/Builtins/.distfiles @@ -1,8 +1,5 @@ DISTFILES_SRC=' - .distfiles - _aliases _arrays _autoload _bg_jobs _bindkey _builtin _cd _command - _compdef _disable _echotc _emulate _enable _fc _fg_jobs _functions - _hash _kill _limits _nothing _pids _popd _print _read _sched _set - _setopt _source _stat _trap _unhash _unsetopt _vars _vars_eq _wait - _which _zcompile _zftp _zle _zmodload _zpty _signals _zstyle +.distfiles +_aliases~ _hash~ _popd~ _which~ +_fc~ _pids~ _source~ _zftp~ ' |