vis

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

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

commit 320aa621d665cf8d9638c8263c55eb790b67cf87
parent 271ac6f8202ee7575394cb9f1f8e9f636f4bcd77
Author: Florian Fischer <florian.fischer@muhq.space>
Date:   Fri, 25 Oct 2024 13:32:36 +0200

document changing the displayed file of a window via lua

Diffstat:
Mvis-lua.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/vis-lua.c b/vis-lua.c @@ -1768,6 +1768,8 @@ static const struct luaL_Reg registers_funcs[] = { */ /*** * The file being displayed in this window. + * Changing the value to a file path will replace the current file with a new + * one for the specified path. * @tfield File file */ /***