mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Wording
This commit is contained in:
parent
e17aa4f746
commit
d29889f8ec
@ -2270,8 +2270,8 @@ That is, the execution will stop at the first line about to be executed and that
|
|||||||
line will be displayed.
|
line will be displayed.
|
||||||
|
|
||||||
See `:h >cont` and below for the 6 available debugger commands and note that,
|
See `:h >cont` and below for the 6 available debugger commands and note that,
|
||||||
like in gdb and similar debuggers, you can also use their short forms, that is
|
like in gdb and similar debuggers, you can also use their short forms: `c`, `q`,
|
||||||
`c`, `q`, `n`, `s`, `i`, and `f`.
|
`n`, `s`, `i`, and `f`.
|
||||||
|
|
||||||
Apart from that those, you're free to use any Vim command, e.g. `:echo myvar`,
|
Apart from that those, you're free to use any Vim command, e.g. `:echo myvar`,
|
||||||
which gets executed in the context of the current position in the code.
|
which gets executed in the context of the current position in the code.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user