vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 21611770fa3b846f61cabc464660657a03c1d4d0 parent a7ea9d7f2e90e49fa2b411f3dc633e5a24195737 Author: Marc André Tanner <mat@brain-dump.org> Date: Sat, 25 Mar 2017 21:56:04 +0100 build: set version to 0.3 Diffstat:
| M | Makefile | | | 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 = $(shell git describe --always --dirty 2>/dev/null || echo "0.2-git") +VERSION = v0.3 CONFIG_HELP ?= 1 CONFIG_CURSES ?= 1