Searched refs:VimCommand (Results 1 – 4 of 4) sorted by relevance
688 VimCommand(PyObject *self UNUSED, PyObject *string) in VimCommand() function1411 {"command", VimCommand, METH_O, "Execute a Vim ex-mode command" },
2628 cb.append("> VimCommand")2882 > VimCommand
2816 cb.append("> VimCommand")3070 > VimCommand
2680 In if_python.c, VimCommand() caused an assertion when a do_cmdline() failed.