diff options
author | Clint Adams <clint@users.sourceforge.net> | 2005-07-24 18:13:13 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2005-07-24 18:13:13 +0000 |
commit | 9448c686fe64d9aba1abfa16ea052e0d1d3914d3 (patch) | |
tree | cd790209c21e86272b356583e66914a8dd1181f2 | |
parent | d92e06df5c2612f1a8de7a7c848536297afdf375 (diff) | |
download | zsh-9448c686fe64d9aba1abfa16ea052e0d1d3914d3.tar.gz zsh-9448c686fe64d9aba1abfa16ea052e0d1d3914d3.tar.xz zsh-9448c686fe64d9aba1abfa16ea052e0d1d3914d3.zip |
21519: only complete files after baz commit, not archive/version.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Completion/Unix/Command/_baz | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index e373df19c..dad88e534 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-07-24 Clint Adams <clint@zsh.org> + * 21519: Completion/Unix/Command/_baz: only complete files + after baz commit, not archive/version. + * 21517: Completion/Unix/Command/_baz: complete files after build-config if there's a configs subdir, even if one is not in a project tree. diff --git a/Completion/Unix/Command/_baz b/Completion/Unix/Command/_baz index 75363e4e4..b53eb6ebc 100644 --- a/Completion/Unix/Command/_baz +++ b/Completion/Unix/Command/_baz @@ -304,7 +304,7 @@ cmd_import=('::version:_baz_versions') cmd_imprev=($cmd_import) local cmd_commit cmd_cmtrev -cmd_commit=('::version:_baz_versions' ':separator:(--)' '*:files:_files') +cmd_commit=('*:files:_files') cmd_cmtrev=($cmd_commit) local cmd_get cmd_getrev |