vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 390e023f533db6887c1a74ce62a456de02232fc2 parent e2d84ea8784f642a167d4025e339418b5763800a Author: Marc André Tanner <mat@brain-dump.org> Date: Fri, 25 Mar 2016 09:12:51 +0100 Set version to 0.2 Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -6,7 +6,7 @@ PREFIX ?= /usr/local MANPREFIX ?= ${PREFIX}/share/man SHAREPREFIX ?= ${PREFIX}/share/vis -VERSION = $(shell git describe 2>/dev/null || echo "0.1.x") +VERSION = $(shell git describe 2>/dev/null || echo "0.2") CONFIG_LUA ?= 1 CONFIG_ACL ?= 0