From 4b9c21e5808e1ceb421ebd6f0d38e6fd94265116 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 11 Jun 2005 12:48:06 +0000 Subject: 21316 (modified): new completion for ctags tags --- Completion/Unix/Command/_less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_less') diff --git a/Completion/Unix/Command/_less b/Completion/Unix/Command/_less index 5cc0ba93e..ede54a49c 100644 --- a/Completion/Unix/Command/_less +++ b/Completion/Unix/Command/_less @@ -103,7 +103,7 @@ if [[ -n "$state" ]]; then if (( $+LESSGLOBALTAGS )); then _global_tags else - _message -e ctags tag + _ctags_tags fi ;; esac -- cgit 1.4.1