+4
-3
lines changedFilter options
+4
-3
lines changed Original file line number Diff line number Diff line change
@@ -2623,9 +2623,6 @@ static int win_line(win_T *wp, linenr_T lnum, int startrow, int endrow, bool noc
2623
2623
}
2624
2624
next_search_hl(wp, shl, lnum, (colnr_T)v,
2625
2625
shl == &search_hl ? NULL : cur);
2626
-
if (wp->w_s->b_syn_slow) {
2627
-
has_syntax = false;
2628
-
}
2629
2626
2630
2627
// Need to get the line again, a multi-line regexp may have made it
2631
2628
// invalid.
@@ -3383,6 +3380,10 @@ static int win_line(win_T *wp, linenr_T lnum, int startrow, int endrow, bool noc
3383
3380
did_emsg = save_did_emsg;
3384
3381
}
3385
3382
3383
+
if (wp->w_s->b_syn_slow) {
3384
+
has_syntax = false;
3385
+
}
3386
+
3386
3387
// Need to get the line again, a multi-line regexp may
3387
3388
// have made it invalid.
3388
3389
line = ml_get_buf(wp->w_buffer, lnum, false);
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4