vis

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

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

commit 2fedae5c32a566afefea78ff84b8e4f3f58c39d9
parent 464e33dd88fdfef97625622042f619ca105cf696
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Fri,  9 Dec 2016 19:18:51 +0100

vis-lua: add comment about possibly outdated Lua API documentation

Diffstat:
Mlua/vis.lua | 2+-
Mvis-lua.c | 2++
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/lua/vis.lua b/lua/vis.lua @@ -141,7 +141,7 @@ end --- Unsubscribe from an event. -- -- Remove a registered event handler. --- @tparamm string event the event name +-- @tparam string event the event name -- @tparam function handler the event handler to unsubscribe -- @treturn bool whether the handler was successfully removed events.unsubscribe = function(event, handler) diff --git a/vis-lua.c b/vis-lua.c @@ -4,6 +4,8 @@ * *WARNING:* there is no stability guarantee at this time, the API might * change without notice! * + * This document might be out of date, run `make luadoc` to regenerate it. + * * @module vis * @author Marc André Tanner * @license ISC