Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextobject.c1728 int inside_quotes = FALSE; // Looks like "i'" done before in current_quote() local
1776 inside_quotes = VIsual.col > 0 in current_quote()
1785 inside_quotes = curwin->w_cursor.col > 0 in current_quote()
1907 if (!include && count < 2 && (vis_empty || !inside_quotes)) in current_quote()
1918 && (inside_quotes in current_quote()
1936 || (!vis_empty && inside_quotes) in current_quote()
1952 if (inside_quotes in current_quote()