diff options
Diffstat (limited to 'src/search.c')
-rw-r--r-- | src/search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c index 8520282a9..c9773b587 100644 --- a/src/search.c +++ b/src/search.c @@ -4715,7 +4715,7 @@ show_pat_in_path(line, type, did_show, action, fp, lnum, count) msg_puts_attr(IObuff, hl_attr(HLF_N)); MSG_PUTS(" "); } - msg_prt_line(line); + msg_prt_line(line, FALSE); out_flush(); /* show one line at a time */ /* Definition continues until line that doesn't end with '\' */ |