Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h227 #define CPO_SCOLON ';' // using "," and ";" will skip over char if macro
H A Dsearch.c1803 if (vim_strchr(p_cpo, CPO_SCOLON) == NULL && count == 1 && t_cmd) in searchc()