Home
last modified time | relevance | path

Searched refs:prev_matchcol (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dex_cmds.c4005 colnr_T prev_matchcol = MAXCOL; in ex_substitute() local
4123 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()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt12869 Solution: Correct "prev_matchcol" when replacing the line. Don't replace