about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2005-09-26 03:08:48 +0000
committerClint Adams <clint@users.sourceforge.net>2005-09-26 03:08:48 +0000
commit3bad367b6eef1aeadc54cbf9dbb792103b785d0b (patch)
treece49f8b5f90f456b21c8fce256611425179fea6e
parent5f076d1390bba5a4da13b79e6513839dd848fc9b (diff)
downloadzsh-3bad367b6eef1aeadc54cbf9dbb792103b785d0b.tar.gz
zsh-3bad367b6eef1aeadc54cbf9dbb792103b785d0b.tar.xz
zsh-3bad367b6eef1aeadc54cbf9dbb792103b785d0b.zip
21763: Completion/Unix/Command/_baz: remove stray underscore.
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_baz2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1664bac08..b70a15158 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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')