Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextobject.c1726 int vis_bef_curs = FALSE; // Visual starts before cursor in current_quote() local
1742 vis_bef_curs = LT_POS(VIsual, curwin->w_cursor); in current_quote()
1746 if (vis_bef_curs) in current_quote()
1757 if (!vis_bef_curs && !vis_empty) in current_quote()
1764 vis_bef_curs = TRUE; in current_quote()
1774 if (vis_bef_curs) in current_quote()
1806 if (vis_bef_curs) in current_quote()
1845 if (vis_bef_curs) in current_quote()
1916 || (vis_bef_curs in current_quote()
1941 if (vis_empty || vis_bef_curs) in current_quote()