vis

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

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

commit b89c39acdc3bae44f989898023b135b92fab66b7
parent 543afb8b1cd6b3abcdab1f303340a9193c24709a
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Mon, 19 Sep 2016 14:27:35 +0200

vis-lua: document lua file close event

Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -587,6 +587,7 @@ At this time there exists no API stability guarantees. - `quit()` - `file_open(file)` - `file_save(file)` + - `file_close(file)` - `win_open(win)` - `win_close(win)` - `theme_change(name)`