From 6586f9e66d87017984f57b3b4579c78897ba66f2 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 10 Sep 2023 13:40:05 -0400 Subject: LSP over TCP on windows --- tags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tags.c') 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; } -- cgit v1.2.3