Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextformat.c129 foundcol = 0; in internal_format()
191 foundcol = curwin->w_cursor.col; in internal_format()
217 foundcol = curwin->w_cursor.col; in internal_format()
218 end_foundcol = foundcol; in internal_format()
250 foundcol = curwin->w_cursor.col; in internal_format()
251 end_foundcol = foundcol; in internal_format()
267 end_foundcol = foundcol = 0; in internal_format()
288 end_foundcol = foundcol = in internal_format()
320 curwin->w_cursor.col = foundcol; in internal_format()
340 backspace_until_column(foundcol); in internal_format()
[all …]