summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJon Cairns <jon@joncairns.com>2012-08-13 14:33:48 +0100
committerJon Cairns <jon@ggapps.co.uk>2012-08-13 14:33:48 +0100
commit6f8fc8f17825be81c4a40ecd1724c6f2295ee431 (patch)
tree1248b640cd60695d6a064850950d3125992ba829 /README.md
parentec6ff3df8eb811f108d96cdbf41606bd3e5f5f0e (diff)
downloadvdebug-6f8fc8f17825be81c4a40ecd1724c6f2295ee431.zip
Changed :DebuggerEval to :VdebugEval
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 30016ea..9cc91a5 100644
--- a/README.md
+++ b/README.md
@@ -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.