vis

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

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

commit 3d5516aa8e7b6257fd30a5ac5263c20080305238
parent 50433f98e64eb38901a6a78552c01f633ad50721
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Sun, 25 Mar 2018 20:21:35 +0200

build: add git based version information back

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -14,7 +14,7 @@ MANUALS = $(EXECUTABLES:=.1) DOCUMENTATION = LICENSE README.md -VERSION = v0.5 +VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.5-git") CONFIG_HELP ?= 1 CONFIG_CURSES ?= 1