summaryrefslogtreecommitdiffstats
path: root/src/highlight.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/highlight.c')
-rw-r--r--src/highlight.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/highlight.c b/src/highlight.c
index 95cdb46b5a..3a12312fc5 100644
--- a/src/highlight.c
+++ b/src/highlight.c
@@ -1429,6 +1429,7 @@ do_highlight(
// If no argument, list current highlighting.
if (!init && ends_excmd2(line - 1, line))
{
+ dont_use_message_window();
for (i = 1; i <= highlight_ga.ga_len && !got_int; ++i)
// TODO: only call when the group has attributes set
highlight_list_one((int)i);