summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_less
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_less')
-rw-r--r--Completion/Unix/Command/_less2
1 files changed, 1 insertions, 1 deletions
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