Searched refs:CPO_ENDOFSENT (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ | ||
| H A D | option.h | 185 #define CPO_ENDOFSENT 'J' // need two spaces to detect end of sentence macro |
| H A D | textobject.c | 97 cpo_J = vim_strchr(p_cpo, CPO_ENDOFSENT) != NULL; in findsent() |