aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lua.txt
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2022-01-29 23:27:12 +0100
committerGitHub <noreply@github.com>2022-01-29 23:27:12 +0100
commitd7d015ffff1b6c796f9a03f9a7ec914fe5909ee8 (patch)
tree0eefbb1775d299a8b236025b9befee8e316111dd /runtime/doc/lua.txt
parent4458413bc02a1308bd722611227664033916d6f7 (diff)
parent7b3cfee98236095d7af305019298e1479d4feae6 (diff)
downloadrneovim-d7d015ffff1b6c796f9a03f9a7ec914fe5909ee8.tar.gz
rneovim-d7d015ffff1b6c796f9a03f9a7ec914fe5909ee8.tar.bz2
rneovim-d7d015ffff1b6c796f9a03f9a7ec914fe5909ee8.zip
Merge pull request #16975 from dstein64/vim-8.2.3917
vim-patch:8.2.3917: the eval.txt help file is way too big
Diffstat (limited to 'runtime/doc/lua.txt')
-rw-r--r--runtime/doc/lua.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt
index 3d4abed550..77f1dad6c7 100644
--- a/runtime/doc/lua.txt
+++ b/runtime/doc/lua.txt
@@ -17,9 +17,9 @@ an idea of what lurks beneath: >
:lua print(vim.inspect(package.loaded))
Nvim includes a "standard library" |lua-stdlib| for Lua. It complements the
-"editor stdlib" (|functions| and Ex commands) and the |API|, all of which can
-be used from Lua code. A good overview of using Lua in neovim is given by
-https://github.com/nanotee/nvim-lua-guide.
+"editor stdlib" (|builtin-functions| and Ex commands) and the |API|, all of
+which can be used from Lua code. A good overview of using Lua in neovim is
+given by https://github.com/nanotee/nvim-lua-guide.
Module conflicts are resolved by "last wins". For example if both of these
are on 'runtimepath':