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 /Completion | |
| 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.
Diffstat (limited to 'Completion')
| -rw-r--r-- | Completion/Unix/Command/_baz | 2 |
1 files changed, 1 insertions, 1 deletions
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') |
