vis

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

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

commit a2043047ac8815ffec2fe438a0909eccd12ef0d6
parent a57b9aeb70b513bc987b267b3e18a02a4b5ceb93
Author: Christian Hesse <mail@eworm.de>
Date:   Tue, 29 Mar 2016 08:44:09 +0200

README: add a paragraph about distribution packages

We have binary packages for Arch Linux, at least!

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -60,6 +60,10 @@ inorder to build a self contained statically linked binary. `make local` will do the same but only for libtermkey, Lua and LPeg (i.e. the system C and curses libraries are used). +Or simply use one of the distribution provided packages: + + * [ArchLinux](http://www.archlinux.org/packages/?q=vis) + Editing Features ================