about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-03-28 10:33:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-03-28 10:33:35 +0000
commit1deca81c23898d2720c135796c1b3f9a5fee9491 (patch)
treef8dcb2b3b24a1fb0b3254ba01022f38bb9b86cb2
parent975b4c58d3c88818b6ee8fb31cd45b72d55176ce (diff)
downloadzsh-1deca81c23898d2720c135796c1b3f9a5fee9491.tar.gz
zsh-1deca81c23898d2720c135796c1b3f9a5fee9491.tar.xz
zsh-1deca81c23898d2720c135796c1b3f9a5fee9491.zip
Typo in _complete_tag
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Commands/_complete_tag1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a72167fe..7df58ee88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-28  Peter Stephenson  <pws@csr.com>
+
+	* unposted: Completion/Commands/_complete_tag: mysterious extra
+	blank line somehow crept in at critical point.
+
 2001-03-28  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 13809: Completion/Base/_arguments: don't add options as
diff --git a/Completion/Commands/_complete_tag b/Completion/Commands/_complete_tag
index 61641271f..5a26c3890 100644
--- a/Completion/Commands/_complete_tag
+++ b/Completion/Commands/_complete_tag
@@ -46,7 +46,6 @@ if [[ -f $c_path$c_Tagsfile ]]; then
 #  c_tags_array=($(perl -ne '/([a-zA-Z_0-9]+)[ \t:;,\(]*\x7f/ &&
 #                  print "$1\n"' $c_path$c_Tagsfile))
   _main_complete - '' _wanted etags expl 'emacs tags' \
-
       compadd -a c_tags_array
 elif [[ -f $c_path$c_tagsfile ]]; then
   # tags doesn't have as much in, but the tag is easy to find.