diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2005-09-26 03:08:48 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2005-09-26 03:08:48 +0000 |
| commit | 3bad367b6eef1aeadc54cbf9dbb792103b785d0b (patch) | |
| tree | ce49f8b5f90f456b21c8fce256611425179fea6e | |
| parent | 21760: fix test for sequence prefixes in the local keymap in getkeymapcmd() (diff) | |
| download | zsh-3bad367b6eef1aeadc54cbf9dbb792103b785d0b.tar zsh-3bad367b6eef1aeadc54cbf9dbb792103b785d0b.tar.gz zsh-3bad367b6eef1aeadc54cbf9dbb792103b785d0b.tar.bz2 zsh-3bad367b6eef1aeadc54cbf9dbb792103b785d0b.tar.lz zsh-3bad367b6eef1aeadc54cbf9dbb792103b785d0b.tar.xz zsh-3bad367b6eef1aeadc54cbf9dbb792103b785d0b.tar.zst zsh-3bad367b6eef1aeadc54cbf9dbb792103b785d0b.zip | |
21763: Completion/Unix/Command/_baz: remove stray underscore.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Completion/Unix/Command/_baz | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-09-26 Clint Adams <clint@zsh.org> + + * 21763: Completion/Unix/Command/_baz: remove stray + underscore. + 2005-09-24 Bart Schaefer <schaefer@zsh.org> * 21760: Src/Zle/zle_keymap.c: fix test for sequence prefixes diff --git a/Completion/Unix/Command/_baz b/Completion/Unix/Command/_baz index 6dc9c5575..5fbec44b2 100644 --- a/Completion/Unix/Command/_baz +++ b/Completion/Unix/Command/_baz @@ -221,7 +221,7 @@ cmd_inventory=('::separator:(--)' '*:directory:_files -/') cmd_srcfind=($cmd_inventory) local cmd_lint -cmd__lint=('::directory:_files -/') +cmd_lint=('::directory:_files -/') local cmd_id cmd_invtag cmd_id=('*:file:_files') |
