From c0d083f4ca827d83c6b8beafd52a0ea95ece73da Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 25 Oct 2024 13:32:36 +0200 Subject: [PATCH] document changing the displayed file of a window via lua --- vis-lua.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vis-lua.c b/vis-lua.c index f3478863a..d593bdaaa 100644 --- 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 */ /***