From e6680ea7c3912d38f2ef967e053be741624633ad Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Mon, 8 Aug 2022 18:58:32 +0200 Subject: docs(lua): add Lua 5.1 reference manual (#19663) based on http://www.vim.org/scripts/script.php?script_id=1291 reformatted to match Nvim documentation style; removed irrelevant sections Co-authored-by: dundargoc Co-authored-by: Christian Clason Co-authored-by: Lewis Russell --- runtime/doc/help.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc/help.txt') diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt index b97c9a2e3f..2a7125a044 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -185,6 +185,7 @@ Other ~ |channel.txt| Nvim asynchronous IO |dev_style.txt| Nvim style guide |job_control.txt| Spawn and control multiple processes +|luaref.txt| Lua reference manual *standard-plugin-list* Standard plugins ~ -- cgit