vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 5a9352d04471a1b6f030c0997fedf112b76b395b parent fa90dd1042c6b8285bc84366acdb417d21776b48 Author: Marc André Tanner <mat@brain-dump.org> Date: Tue, 8 Dec 2020 11:01:39 +0100 build: add git based version information back Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -35,7 +35,7 @@ MANUALS = $(EXECUTABLES:=.1) DOCUMENTATION = LICENSE README.md -VERSION = v0.7 +VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.7-git") CONFIG_HELP ?= 1 CONFIG_CURSES ?= 1