docs: luaref cleanup #24541

- drop "luaref-" prefix in favor of "lua-" or nothing, where possible.
- remove redundant "luaref--lang…" and "luaref-api…" tags.
This commit is contained in:
Justin M. Keyes
2023-08-03 08:35:10 -07:00
committed by GitHub
parent 4d859d00d1
commit b034378cf5
8 changed files with 270 additions and 280 deletions

View File

@@ -466,7 +466,7 @@ Lua interface (|lua.txt|):
< whereas Vim emits only "TEST".
- Lua has direct access to Nvim |API| via `vim.api`.
- Lua package.path and package.cpath are automatically updated according to
'runtimepath': |lua-require|.
'runtimepath'. |lua-module-load|
Commands:
|:doautocmd| does not warn about "No matching autocommands".