vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 1a1c271cc4e527832d8a71f117f2f95a222be2a7 parent 84199ae5808a6ce6c17ddd178b7aac8b27d9e8cc Author: Marc André Tanner <mat@brain-dump.org> Date: Sun, 7 Jun 2020 12:55:20 +0200 build: add git based version information back Diffstat:
| M | Makefile | | | 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.6 +VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.6-git") CONFIG_HELP ?= 1 CONFIG_CURSES ?= 1