Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h998 _VimChdir(PyObject *_chdir, PyObject *args, PyObject *kwargs) in _VimChdir() argument
1005 if (_chdir == NULL) in _VimChdir()
1007 if (!(ret = PyObject_Call(_chdir, args, kwargs))) in _VimChdir()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt16824 Solution: Check for _chdir to be NULL. (Ken Takata)