vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 276ff5f921b5341c1ab0dd7d67309d13fb7690a2 parent f08959a8a54f069ec5c69ebd47517452efdd6906 Author: Marc André Tanner <mat@brain-dump.org> Date: Thu, 22 Dec 2016 08:54:38 +0100 build: also include working tree state in version information Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -13,7 +13,7 @@ PREFIX ?= /usr/local SHAREPREFIX ?= ${PREFIX}/share MANPREFIX ?= ${PREFIX}/man -VERSION = $(shell git describe --always 2>/dev/null || echo "0.2") +VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "0.2-git") CONFIG_LUA ?= 1 CONFIG_LPEG ?= 0