Searched refs:CPO_CHDIR (Results 1 – 2 of 2) sorted by relevance
226 #define CPO_CHDIR '.' // don't chdir if buffer is modified macro
7330 if (vim_strchr(p_cpo, CPO_CHDIR) != NULL && curbufIsChanged() && !forceit) in changedir_func()