forked from aniani/vim
patch 9.0.0904: various comment and indent flaws
Problem: Various comment and indent flaws. Solution: Improve comments and indenting.
This commit is contained in:
@@ -435,7 +435,7 @@ next_search_hl(
|
||||
colnr_T matchcol;
|
||||
long nmatched;
|
||||
int called_emsg_before = called_emsg;
|
||||
int timed_out = FALSE;
|
||||
int timed_out = FALSE;
|
||||
|
||||
// for :{range}s/pat only highlight inside the range
|
||||
if ((lnum < search_first_line || lnum > search_last_line) && cur == NULL)
|
||||
|
||||
Reference in New Issue
Block a user