From 8ed69c6ff9a57551420d2cb6f67c989b37477cb5 Mon Sep 17 00:00:00 2001 From: Paul Saab Date: Fri, 14 Jul 2000 09:51:40 +0000 Subject: Import less v358. --- contrib/less/search.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib/less/search.c') diff --git a/contrib/less/search.c b/contrib/less/search.c index f53352740ded..1aff4dfc83ba 100644 --- a/contrib/less/search.c +++ b/contrib/less/search.c @@ -52,6 +52,7 @@ extern int linenums; extern int sc_height; extern int jump_sline; extern int bs_mode; +extern int status_col; extern POSITION start_attnpos; extern POSITION end_attnpos; #if HILITE_SEARCH @@ -509,7 +510,8 @@ is_hilited(pos, epos, nohide) { struct hilite *hl; - if (start_attnpos != NULL_POSITION && + if (!status_col && + start_attnpos != NULL_POSITION && pos < end_attnpos && (epos == NULL_POSITION || epos > start_attnpos)) /* -- cgit v1.2.3