vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 0d8f4b89c2c0d4642763a9cbbceef54c367f96f6 parent 153df99a74b697ded178c9b0bbf843c3c756c53d Author: Marc André Tanner <mat@brain-dump.org> Date: Sun, 14 Sep 2014 10:47:21 +0200 Add a dummy man page inorder to fix make install Diffstat:
| A | vis.1 | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/vis.1 b/vis.1 @@ -0,0 +1,16 @@ +.TH VIS 1 vis\-VERSION +.nh +.SH NAME +vis - a vim like text editor +.SH SYNOPSIS +.B vis +[files ...] +.br +.SH DESCRIPTION +.B vis +is a highly efficient vim like text editor. +.SH OPTIONS +.B \-v +Print version information to standard output and exit. +.SH AUTHOR +vis is written by Marc André Tanner <mat at brain-dump.org>