From 61e9137394fc5229e582a64316c2ffef55d8d7af Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 1 Sep 2024 13:01:24 -0700 Subject: [PATCH] docs: misc #28970 --- runtime/doc/builtin.txt | 1 + runtime/doc/develop.txt | 37 +++++++++++-------- runtime/doc/health.txt | 6 +-- runtime/doc/lsp.txt | 3 +- runtime/doc/lua.txt | 22 +++++------ runtime/doc/news.txt | 5 +-- runtime/doc/provider.txt | 4 +- runtime/lua/vim/_editor.lua | 26 ++++++------- runtime/lua/vim/_meta/vimfn.lua | 1 + runtime/lua/vim/health.lua | 4 +- runtime/lua/vim/iter.lua | 10 +++-- runtime/lua/vim/lsp/completion.lua | 2 +- scripts/gen_vimdoc.lua | 4 +- src/nvim/eval.lua | 1 + src/nvim/main.c | 4 +- src/nvim/os/env.c | 30 +++++++-------- src/nvim/os/input.c | 2 +- test/functional/lua/vim_spec.lua | 10 ++--- .../functional/plugin/lsp/completion_spec.lua | 2 +- 19 files changed, 91 insertions(+), 83 deletions(-) diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index f1d8cc8526..cd8abc2351 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -4361,6 +4361,7 @@ maparg({name} [, {mode} [, {abbr} [, {dict}]]]) *maparg()* "lhsrawalt" The {lhs} of the mapping as raw bytes, alternate form, only present when it differs from "lhsraw" "rhs" The {rhs} of the mapping as typed. + "callback" Lua function, if RHS was defined as such. "silent" 1 for a |:map-silent| mapping, else 0. "noremap" 1 if the {rhs} of the mapping is not remappable. "script" 1 if mapping was defined with