From 1deca81c23898d2720c135796c1b3f9a5fee9491 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 28 Mar 2001 10:33:35 +0000 Subject: Typo in _complete_tag --- Completion/Commands/_complete_tag | 1 - 1 file changed, 1 deletion(-) (limited to 'Completion') 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. -- cgit 1.4.1