Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dindent.c1902 int vi_lisp; in get_lisp_indent() local
1905 vi_lisp = (vim_strchr(p_cpo, CPO_LISP) != NULL); in get_lisp_indent()
1981 if (vi_lisp && get_indent() == 0) in get_lisp_indent()
2000 if (!vi_lisp && (*that == '(' || *that == '[') in get_lisp_indent()
2019 if (!vi_lisp && *that != '(' && *that != '[') in get_lisp_indent()
2025 if (vi_lisp in get_lisp_indent()
2038 && vi_lisp))) in get_lisp_indent()