vis

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

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

commit a7f22a6294264937251a3d64a3225569cd4dbf61
parent be2d18789f1f5210f532c199cd059c8438122dac
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Fri, 14 Aug 2020 17:24:43 +0200

vis-lua: fix redraw method name in API documentation

Diffstat:
Mvis-lua.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vis-lua.c b/vis-lua.c @@ -1363,7 +1363,7 @@ static int pipe_func(lua_State *L) { * * Will trigger redraw events, make sure to avoid recursive events. * - * @function draw + * @function redraw */ static int redraw(lua_State *L) { Vis *vis = obj_ref_check(L, 1, "vis");