Searched refs:do_one_cmd (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | README.md | 164 parsing of the `:` command line and calls `do_one_cmd()` for each separate 167 `do_one_cmd()` parses the range and generic arguments and puts them in the
|
| H A D | ex_docmd.c | 23 static char_u *do_one_cmd(char_u **, int, cstack_T *, char_u *(*fgetline)(int, void *, int, getline… 25 static char_u *do_one_cmd(char_u **, int, char_u *(*fgetline)(int, void *, int, getline_opt_T), voi… 1000 next_cmdline = do_one_cmd(&cmdline_copy, flags, in do_cmdline() 1733 do_one_cmd( in do_one_cmd() function
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 3750 Solution: Reset emsg_silent after calling emsg() in do_one_cmd(). 11501 Solution: Add get_while_line() and pass it to do_one_cmd() when in a while
|
| H A D | todo.txt | 3496 - When using e_secure in do_one_cmd() mention the command being executed,
|
| H A D | version8.txt | 27524 Solution: Refactor do_one_cmd() to separate address parsing.
|