Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextobject.c1743 vis_empty = EQUAL_POS(VIsual, curwin->w_cursor); in current_quote()
1751 else if (!vis_empty) in current_quote()
1756 vis_empty = EQUAL_POS(VIsual, curwin->w_cursor); in current_quote()
1757 if (!vis_bef_curs && !vis_empty) in current_quote()
1770 if (!vis_empty) in current_quote()
1802 if (!vis_empty && line[col_start] == quotechar) in current_quote()
1839 if (line[col_start] == quotechar || !vis_empty) in current_quote()
1843 if (!vis_empty) in current_quote()
1915 if (vis_empty in current_quote()
1936 || (!vis_empty && inside_quotes) in current_quote()
[all …]