Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h195 #define CPO_LISP 'p' // 'lisp' indenting macro
H A Dindent.c1905 vi_lisp = (vim_strchr(p_cpo, CPO_LISP) != NULL); in get_lisp_indent()