summaryrefslogtreecommitdiff
path: root/src/undo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/undo.c')
-rw-r--r--src/undo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undo.c b/src/undo.c
index 039321c17..82c66b6ef 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -3079,7 +3079,7 @@ ex_undolist(exarg_T *eap UNUSED)
msg_start();
msg_puts_attr((char_u *)_("number changes when saved"),
- hl_attr(HLF_T));
+ HL_ATTR(HLF_T));
for (i = 0; i < ga.ga_len && !got_int; ++i)
{
msg_putchar('\n');