Skip to content

Commit d06d42e

Browse files
committed
Revise the documentation for :VedebugEval!
1 parent 79c781d commit d06d42e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

doc/Vdebug.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -751,14 +751,14 @@ result in a separate window instead.
751751
To evaluate an expression, use the command :VdebugEval: >
752752
:VdebugEval <code>
753753
<
754-
The result is shown on the watch window. When you run code and the watch
755-
window refreshes, it will show the default view. If you want to re-evaluate
756-
your expression and show the result in the watch window, then use
757-
:VdebugEval!: >
754+
The result is shown in the watch window. By default, when you run code and the
755+
watch window refreshes, it will return to the context view. If you want to
756+
change the default behavior, so that your expression is re-evaluated and shown
757+
in the watch window after running code, then use :VdebugEval!: >
758758
:VdebugEval! $x + 2
759759
<
760-
To return to the default contents of the watch window, use :VdebugEval!
761-
with no argument: >
760+
To return to the default behavior of the watch window, use :VdebugEval! with
761+
no argument: >
762762
:VdebugEval!
763763
<
764764
------------------------------------------------------------------------------

0 commit comments

Comments
 (0)