Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextobject.c1722 int col_end; in current_quote() local
1790 col_end = VIsual.col; in current_quote()
1794 while (i <= col_end) in current_quote()
1815 if (col_end < 0) in current_quote()
1818 col_end = col_start; in current_quote()
1832 col_start = col_end; in current_quote()
1833 col_end = curwin->w_cursor.col; in current_quote()
1865 if (col_end < 0) in current_quote()
1871 col_start = col_end + 1; in current_quote()
1889 if (col_end < 0) in current_quote()
[all …]