summaryrefslogtreecommitdiff
path: root/tags.c
diff options
context:
space:
mode:
Diffstat (limited to 'tags.c')
-rw-r--r--tags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tags.c b/tags.c
index 436a615..7d8086b 100644
--- a/tags.c
+++ b/tags.c
@@ -18,7 +18,7 @@ static bool get_tags_dir(Ted *ted, bool error_if_does_not_exist) {
strbuf_cpy(ted->tags_dir, path);
}
if (error_if_does_not_exist)
- ted_error(ted, "No tags file. Try running ctags.");
+ ted_flash_error_cursor(ted);
return false;
}