mirror of
https://github.com/neovim/neovim.git
synced 2026-04-05 07:09:23 +00:00
test: spellcheck :help (vimdoc) files #24109
Enforce consistent terminology (defined in `gen_help_html.lua:spell_dict`) for common misspellings. This does not spellcheck English in general (perhaps a future TODO, though it may be noisy).
This commit is contained in:
@@ -459,7 +459,7 @@ Lua interface (|lua.txt|):
|
||||
- `:lua print("a\0b")` will print `a^@b`, like with `:echomsg "a\nb"` . In Vim
|
||||
that prints `a` and `b` on separate lines, exactly like
|
||||
`:lua print("a\nb")` .
|
||||
- `:lua error('TEST')` emits the error “E5105: Error while calling lua chunk:
|
||||
- `:lua error('TEST')` emits the error “E5105: Error while calling Lua chunk:
|
||||
[string "<VimL compiled string>"]:1: TEST”, 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
|
||||
|
||||
Reference in New Issue
Block a user