Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h226 #define CPO_CHDIR '.' // don't chdir if buffer is modified macro
H A Dex_docmd.c7330 if (vim_strchr(p_cpo, CPO_CHDIR) != NULL && curbufIsChanged() && !forceit) in changedir_func()