Skip to content

Commit fc87283

Browse files
committed
Revert some changes from commit 2c62f9c.
I made some changes to the help doc with regards to pull request #108 that are incorrect. This commit reverts those changes.
1 parent 2c62f9c commit fc87283

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Vdebug.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ Vdebug is now listening for an incoming connection, which will be started when
403403
a script is run with the debugger engine activated. View the section
404404
|VdebugSetUp| to see the necessary steps to start a script in this way. It will
405405
be obvious when a connection is made, because a new VIM tab opens with four
406-
windows, signaling the start of a new debugging session.
406+
windows, signalling the start of a new debugging session.
407407

408408
If you are starting a script but Vdebug does not react, see the
409409
|VdebugTroubleshooting| section for information.
@@ -442,7 +442,7 @@ variable name, type, length (if applicable) and value are shown. They are shown
442442
as a tree, because arrays/lists and objects have children. Hopefully it's
443443
fairly self-explanatory: right arrows show a closed tree, down arrows show an
444444
open tree and diamonds show variables that don't have children. These markers
445-
can be customized (see |VdebugOptions|), and will fall back to ASCII equivalents
445+
can be customised (see |VdebugOptions|), and will fall back to ASCII equivalents
446446
if multi byte support is not enabled in the VIM configuration.
447447

448448
To open a closed tree, navigate to a line with a closed tree (right arrow) and
@@ -580,10 +580,10 @@ debugging, and the default keys mapped to those commands.
580580
4.4 Breakpoints *VdebugBreakpoints*
581581

582582
This section explains how to set and remove line breakpoints, and also how to
583-
set more advanced types of breakpoints. It also explains how to manage your list
583+
set more advanced types of breakpoint. It also explains how to manage your list
584584
of breakpoints.
585585

586-
There are several types of breakpoints, and their support varies between
586+
There are several types of breakpoint, and their support varies between
587587
debugger engines. The breakpoint types are:
588588

589589
* Line: break at a line in a given file

0 commit comments

Comments
 (0)