vis

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

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

commit 2bd38f31e1bed5d94b4fa247095a17577ef7afce
parent b8db00bc40a6a58802e4e0829c7b70904a5ca584
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Sun, 23 Jul 2017 21:23:00 +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.4 +VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.4-git") CONFIG_HELP ?= 1 CONFIG_CURSES ?= 1