diff options
-rw-r--r-- | src/nvim/if_cscope.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/if_cscope.c b/src/nvim/if_cscope.c index 347f214206..64c381cda3 100644 --- a/src/nvim/if_cscope.c +++ b/src/nvim/if_cscope.c @@ -1667,6 +1667,7 @@ static void cs_print_tags_priv(char **matches, char **cntxts, size_t bufsize = newsize; // Track available bufsize (void)sprintf(buf, cstag_msg, ptag); MSG_PUTS_ATTR(buf, hl_attr(HLF_T)); + msg_clr_eos(); // restore matches[0] *ptag_end = '\t'; |