vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit eefde12750a29172c15d1da747837870e6d5f10a
parent c60ad930d1d3600109af7667e25a6bd1b25c5298
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Thu, 17 Aug 2017 14:10:57 +0200

man: fix typos and grammar issues

Diffstat:
Mman/vis.1 | 12+++++-------
1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/man/vis.1 b/man/vis.1 @@ -158,7 +158,7 @@ save currently active selections . .Ss Registers . -Registers are named lists of text. Uninitialized regiter slots default +Registers are named lists of text. Uninitialized register slots default to the empty string. Available registers are: .Bl -tag -width indent .It Ic \(dq\(dq @@ -655,7 +655,7 @@ Same as .Ic X , but for files that do not match the regular expression, and the expression is required. -.\" TODO improve markup, use Op macro, make it actually undertandable :/ +.\" TODO improve markup, use Op macro, make it actually understandable :/ .It Ic g Ns [ Ar count ] Ns [ Ar /regexp/ ] Ar command .It Ic v Ns [ Ar count ] Ns [ Ar /regexp/ ] Ar command If the @@ -726,11 +726,9 @@ made by one command are not visible to other commands. .Pp When a command makes a number of changes to a file, as in .Ic x/ Ns Ar re Ns Ic / Ic c/ Ns Ar text Ns Ic / , -the addresses of all changes to the file are computed in the original -file. -If the changes are non-overlapping, they are applied to the file. -Successive insertions at the same address are catenated into a single -insertion composed of the several insertions in the order applied. +the addresses of all changes are computed based on the initial state. +If the changes are non-overlapping, they are applied in the specified +order. Conflicting changes are rejected. .Pp Braces may be nested arbitrarily. .