Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextobject.c1841 int first_col = col_start; in current_quote() local
1846 first_col = find_next_quote(line, col_start, quotechar, NULL); in current_quote()
1848 first_col = find_prev_quote(line, col_start, quotechar, NULL); in current_quote()
1860 if (col_start < 0 || col_start > first_col) in current_quote()
1869 if (col_start <= first_col && first_col <= col_end) in current_quote()