Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h1186 Vim_GetPaths(PyObject *self UNUSED, PyObject *args UNUSED) in Vim_GetPaths() function
1216 if (!(paths = Vim_GetPaths(self, NULL))) in FinderFindSpec()
1351 if (!(new_path = Vim_GetPaths(self, NULL))) in FinderFindModule()
1423 … {"_get_paths", (PyCFunction)Vim_GetPaths, METH_NOARGS, "Get &rtp-based additions to sys.path"},