Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextobject.c34 int cpo_J; in findsent() local
97 cpo_J = vim_strchr(p_cpo, CPO_ENDOFSENT) != NULL; in findsent()
116 if (c == -1 || (!cpo_J && (c == ' ' || c == '\t')) || c == NUL in findsent()
117 || (cpo_J && (c == ' ' && inc(&tpos) >= 0 in findsent()