Searched refs:prev_matchcol (Results 1 – 2 of 2) sorted by relevance
4005 colnr_T prev_matchcol = MAXCOL; in ex_substitute() local4123 if (matchcol == prev_matchcol in ex_substitute()4145 prev_matchcol = matchcol; in ex_substitute()4651 prev_matchcol = (colnr_T)STRLEN(sub_firstline) in ex_substitute()4652 - prev_matchcol; in ex_substitute()4696 prev_matchcol = (colnr_T)STRLEN(sub_firstline) in ex_substitute()4697 - prev_matchcol; in ex_substitute()
12869 Solution: Correct "prev_matchcol" when replacing the line. Don't replace