diff options
author | Benji Fisher <benji@FisherFam.org> | 2015-09-06 14:36:16 -0400 |
---|---|---|
committer | Benji Fisher <benji@FisherFam.org> | 2015-09-06 14:36:16 -0400 |
commit | d06d42ed8ad7f8ffc50f069b938cf97184d1b83f (patch) | |
tree | dc116680c778549ecced3884970c669fd136e6e0 /doc | |
parent | 79c781d7b1786e7f38eaa1ece3426c52935c8727 (diff) | |
download | vdebug-d06d42ed8ad7f8ffc50f069b938cf97184d1b83f.zip |
Revise the documentation for :VedebugEval!
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Vdebug.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/Vdebug.txt b/doc/Vdebug.txt index c5f5132..af55122 100644 --- a/doc/Vdebug.txt +++ b/doc/Vdebug.txt @@ -751,14 +751,14 @@ result in a separate window instead. To evaluate an expression, use the command :VdebugEval: > :VdebugEval <code> < -The result is shown on the watch window. When you run code and the watch -window refreshes, it will show the default view. If you want to re-evaluate -your expression and show the result in the watch window, then use -:VdebugEval!: > +The result is shown in the watch window. By default, when you run code and the +watch window refreshes, it will return to the context view. If you want to +change the default behavior, so that your expression is re-evaluated and shown +in the watch window after running code, then use :VdebugEval!: > :VdebugEval! $x + 2 < -To return to the default contents of the watch window, use :VdebugEval! -with no argument: > +To return to the default behavior of the watch window, use :VdebugEval! with +no argument: > :VdebugEval! < ------------------------------------------------------------------------------ |