Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A DREADME.md164 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 Dex_docmd.c23 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 Dversion6.txt3750 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 Dtodo.txt3496 - When using e_secure in do_one_cmd() mention the command being executed,
H A Dversion8.txt27524 Solution: Refactor do_one_cmd() to separate address parsing.