Searched refs:CPO_PARA (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ | ||
| H A D | option.h | 221 #define CPO_PARA '{' // "{" is also a paragraph boundary macro |
| H A D | textobject.c | 177 int posix = (vim_strchr(p_cpo, CPO_PARA) != NULL); in findpar() |