Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h221 #define CPO_PARA '{' // "{" is also a paragraph boundary macro
H A Dtextobject.c177 int posix = (vim_strchr(p_cpo, CPO_PARA) != NULL); in findpar()