comparison src/screen.c @ 1842:c1709e3f8536 v7.2.140

updated for version 7.2-140
author vimboss
date Wed, 11 Mar 2009 16:47:21 +0000
parents 3af28ecf9e56
children 823e9ddf23f7
comparison
equal deleted inserted replaced
1841:72ef7987368d 1842:c1709e3f8536
3553 char_attr = search_attr; 3553 char_attr = search_attr;
3554 #ifdef LINE_ATTR 3554 #ifdef LINE_ATTR
3555 /* Use line_attr when not in the Visual or 'incsearch' area 3555 /* Use line_attr when not in the Visual or 'incsearch' area
3556 * (area_attr may be 0 when "noinvcur" is set). */ 3556 * (area_attr may be 0 when "noinvcur" is set). */
3557 else if (line_attr != 0 && ((fromcol == -10 && tocol == MAXCOL) 3557 else if (line_attr != 0 && ((fromcol == -10 && tocol == MAXCOL)
3558 || (vcol < fromcol || vcol >= tocol))) 3558 || vcol < fromcol || vcol_prev < fromcol_prev
3559 || vcol >= tocol))
3559 char_attr = line_attr; 3560 char_attr = line_attr;
3560 #endif 3561 #endif
3561 else 3562 else
3562 { 3563 {
3563 attr_pri = FALSE; 3564 attr_pri = FALSE;