summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2014-01-26 13:19:13 +0100
committerDaniel Hahler <git@thequod.de>2014-01-26 13:19:13 +0100
commitaa764377fa93cacffa27ec670ecda2bf42607f5e (patch)
tree4cada82b8060005982bd9fd44483182f22d3135e /doc
parent32672ab9e01ef8dac2f03d31b81bb6321bb8bcbc (diff)
downloadvdebug-aa764377fa93cacffa27ec670ecda2bf42607f5e.zip
doc fix: missing bar
Diffstat (limited to 'doc')
-rw-r--r--doc/Vdebug.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Vdebug.txt b/doc/Vdebug.txt
index 800aa05..a95dbc8 100644
--- a/doc/Vdebug.txt
+++ b/doc/Vdebug.txt
@@ -717,7 +717,7 @@ You can evaluate code snippets at the current point of execution, which can be
used to see the result of a condition, arithmetic expressions, etc. These
snippets are written in the language that's being debugged. There are two ways
of evaluating expresions: you can either write them yourself
-(|VdebugEvalExpression) or use visual highlighting to select an expression from
+(|VdebugEvalExpression|) or use visual highlighting to select an expression from
the source window.
On evaluating an expression, the result is shown in the watch window. To return