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 From a5e846b9969b1dfbd7e92f437f3ac7905039b84f Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Tue, 9 Aug 2022 10:43:28 +0200 Subject: vim-patch:partial: 48c3f4e0bff7 (#19684) vim-patch:partial:48c3f4e0bff7 Update runtime files https://github.com/vim/vim/commit/48c3f4e0bff7efd289a7001b68c777b6f89a7057 partially skip `options.txt` (needs 9.0.0138) --- 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 2a7125a044..e9fd2888ac 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -25,6 +25,7 @@ Get specific help: It is possible to go directly to whatever you want help Option ' :help 'textwidth' Regular expression / :help /[ See |help-summary| for more contexts and an explanation. + See |notation| for an explanation of the help syntax. Search for help: Type ":help word", then hit CTRL-D to see matching help entries for "word". -- cgit From 33ddca6fa0534df2605699070fdd1e5c6e4a7bcf Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Tue, 9 Aug 2022 13:21:50 +0200 Subject: docs(lua): add luv (`vim.loop`) reference manual (#19679) Upstreamed from https://github.com/nanotee/luv-vimdocs with kind permission from @nanotee. --- 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 e9fd2888ac..04e31e0680 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -187,6 +187,7 @@ Other ~ |dev_style.txt| Nvim style guide |job_control.txt| Spawn and control multiple processes |luaref.txt| Lua reference manual +|luvref.txt| Luv (|vim.loop|) reference manual *standard-plugin-list* Standard plugins ~ -- cgit