Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h688 VimCommand(PyObject *self UNUSED, PyObject *string) in VimCommand() function
1411 {"command", VimCommand, METH_O, "Execute a Vim ex-mode command" },
/vim-8.2.3635/src/testdir/
H A Dtest_python2.vim2628 cb.append("> VimCommand")
2882 > VimCommand
H A Dtest_python3.vim2816 cb.append("> VimCommand")
3070 > VimCommand
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt2680 In if_python.c, VimCommand() caused an assertion when a do_cmdline() failed.