diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-08-08 18:58:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-08 18:58:32 +0200 |
commit | e6680ea7c3912d38f2ef967e053be741624633ad (patch) | |
tree | a335929b34a23c6a19d40be749c79d1f27aa6787 /runtime/doc/help.txt | |
parent | 68c674af0fbc4158690319aa6125a098a592412d (diff) | |
download | rneovim-e6680ea7c3912d38f2ef967e053be741624633ad.tar.gz rneovim-e6680ea7c3912d38f2ef967e053be741624633ad.tar.bz2 rneovim-e6680ea7c3912d38f2ef967e053be741624633ad.zip |
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 <gocundar@gmail.com>
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
Co-authored-by: Lewis Russell <lewis6991@gmail.com>
Diffstat (limited to 'runtime/doc/help.txt')
-rw-r--r-- | runtime/doc/help.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 ~ |