vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 47db98a2d4ceeaa198a8c903c8d3b03abb87c374 parent 3b4438dcb89452a74eb70498a9f61b27b7d51045 Author: Marc André Tanner <mat@brain-dump.org> Date: Wed, 1 Mar 2017 18:26:14 +0100 vis-lua: fix invalid LDoc tag Diffstat:
| M | vis-lua.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vis-lua.c b/vis-lua.c @@ -556,7 +556,7 @@ static const char *keymapping(Vis *vis, const char *keys, const Arg *arg) { /*** * Lua API object types * @field types meta tables of userdata objects used for type checking - * @internal + * @local */ /*** * User interface.