vis

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

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

commit 954e3c9cd242f1a24ee9722fbfe79c76c28c1c22
parent 01e381f5c932a8c1a3c797b03e26419f87fc0370
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Thu, 24 Mar 2016 15:52:22 +0100

Mention libutf in LICENSE

Diffstat:
MLICENSE | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -23,6 +23,9 @@ under terms compatible with the above ISC license: - map.[ch] originate from the Comprehensive C Archive Network strmap module and are public domain / CC0 licensed + - libutf.[ch] originate from libutf a port of Plan 9's Unicode library + to Unix and are MIT licensed + - lexers/* the LPeg based lexers used for syntax highlighting are imported from the Scintillua project licensed under the MIT license