From d29889f8ec84557faf06a17ec70de1bd2ca6385b Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sun, 7 Aug 2016 14:09:17 +0200 Subject: [PATCH] Wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e7d8ff..b45827f 100644 --- a/README.md +++ b/README.md @@ -2270,8 +2270,8 @@ That is, the execution will stop at the first line about to be executed and that line will be displayed. 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 -`c`, `q`, `n`, `s`, `i`, and `f`. +like in gdb and similar debuggers, you can also use their short forms: `c`, `q`, +`n`, `s`, `i`, and `f`. 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.