Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h185 #define CPO_ENDOFSENT 'J' // need two spaces to detect end of sentence macro
H A Dtextobject.c97 cpo_J = vim_strchr(p_cpo, CPO_ENDOFSENT) != NULL; in findsent()