vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 214ce4f6d0daa69acb8777bd773a4425ee0cbdca parent 01d4632f54261f793b262431e67e146389aeb55c Author: Randy Palamar <randy@rnpnr.xyz> Date: Wed, 1 May 2024 15:46:19 -0600 set version to v0.9-git Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -37,7 +37,7 @@ MANUALS = $(EXECUTABLES:=.1) DOCUMENTATION = LICENSE README.md -VERSION = 0.9 +VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.9-git") CONFIG_HELP ?= 1 CONFIG_CURSES ?= 1