vis

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

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

commit edf0b2996f71eb88228143ce781c5e9182eeb537
parent 21611770fa3b846f61cabc464660657a03c1d4d0
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Mon, 27 Mar 2017 22:43:07 +0200

build: add git based version information back

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

diff --git a/Makefile b/Makefile @@ -18,7 +18,7 @@ PREFIX ?= /usr/local SHAREPREFIX ?= ${PREFIX}/share MANPREFIX ?= ${PREFIX}/man -VERSION = v0.3 +VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.3-git") CONFIG_HELP ?= 1 CONFIG_CURSES ?= 1