vis

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

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

commit 76e41531b41be633484a3b6f91bfbdfa3fcaac00
parent b5db78fdee379d886665066494127994f0de0d85
Author: Nick Hanley <nicholasjhanley@gmail.com>
Date:   Wed, 16 Nov 2022 11:56:50 -0500

vis: remove unused Arg union member

This was missed when pairwise selection combinators were removed in
fd358df..d87700f.

Diffstat:
Mvis.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/vis.h b/vis.h @@ -68,7 +68,6 @@ typedef union { const void *v; void (*w)(View*); void (*f)(Vis*); - Filerange (*combine)(const Filerange*, const Filerange*); } Arg; /**