Lines Matching refs:command
18 use the `CTRL-]` command. Use `CTRL-T` or `CTRL-O` to jump back.
20 To jump to a file, move the cursor on its name and use the `gf` command.
36 cmdexpand.c | command-line completion
37 cmdhist.c | command-line history
104 command to debug Vim. See `:help :Termdebug`.
137 calls `normal_cmd()` to process a command. This returns when the command is
145 Updating the screen is mostly postponed until a command or a sequence of
156 with an Ex command. `getcmdline()` contains a loop that will handle each typed
158 ends the command line mode.
164 parsing of the `:` command line and calls `do_one_cmd()` for each separate
165 command. It also takes care of while loops.
168 `exarg_t` and passes it to the function that handles the command.
171 the name of the function that handles the command. The last entry are the
172 flags that are used for the command.
179 are passed in a `cmdarg_t` to the function that handles the command.
183 which lists the first character of every command. The second entry of each
184 item is the name of the function that handles the command.
189 When doing an `i` or `a` command, `normal_cmd()` will call the `edit()`