diff options
author | Jon Cairns <jon@joncairns.com> | 2012-08-13 14:33:48 +0100 |
---|---|---|
committer | Jon Cairns <jon@ggapps.co.uk> | 2012-08-13 14:33:48 +0100 |
commit | 6f8fc8f17825be81c4a40ecd1724c6f2295ee431 (patch) | |
tree | 1248b640cd60695d6a064850950d3125992ba829 /README.md | |
parent | ec6ff3df8eb811f108d96cdbf41606bd3e5f5f0e (diff) | |
download | vdebug-6f8fc8f17825be81c4a40ecd1724c6f2295ee431.zip |
Changed :DebuggerEval to :VdebugEval
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ Once in debugging mode, the following default mappings are available: * `<F10>`: set line breakpoint * `:Breakpoint <type> <args>`: set a breakpoint of any type (see :help VdebugBreakpoints) - * `:DebuggerEval <code>`: evaluate some code and display the result + * `:VdebugEval <code>`: evaluate some code and display the result * `<Leader>e`: evaluate the expression under visual highlight and display the result To stop debugging, press `<F6>`. Press it again to close the debugger interface. |