Christian Clason

Results 1361 comments of Christian Clason

And the _real_ test will be suggestions anyway, especially for morphologically complex languages like French and German -- here vimSpell is notoriously bad, to the point where people often want...

Reminder: This is a draft PR for following along with the experimentation, not a PR ready to merge! (`nvim_hunspell` contains test scripts for benchmarking etc. and is not part of...

Sorry, but all these points were discussed and rejected: * it is the explicit goal here for `vim.o` to return plain tables _just like `vim.g`_. Otherwise we end up at...

Table would be cleaner; we can dispatch on the type of argument (string vs. table) and do this without adding another function.

Breaking change in LSP diagnostics API: - https://github.com/neovim/neovim/pull/15585 Specifically: * `vim.lsp.diagnostic` functions moved to `vim.diagnostic`, see https://github.com/neovim/neovim/blob/c2a65921d762929a1b8e740aeb92c7970d025736/runtime/doc/deprecated.txt * highlight groups and signs renamed: `LspDiagnosticsDefaultWarning` to `DiagnosticWarn` etc., see https://github.com/neovim/neovim/blob/master/runtime/plugin/diagnostic.vim

Breaking change in Windows builds: * https://github.com/neovim/neovim/pull/15889 Default build now uses LibUV 1.42.0 on all platforms, including Windows. This removes support for * Windows 7 * mouse and alternate buffers...

#16684 changed `Q` to execute the last _recorded_ macro. To enter Ex mode, use `gQ` instead.

> make functionaltest That _should_ work. You need to be at the top level of the repo, though.

@tex follow the PR linked just above your comment. In general, avoid adding "+1 from me!" or "when is this ready?" comments to PRs -- they just add noise to...

Blockwise selection with multibyte characters is a known issue with `vim.region` (Lua vs. Vim indexing for such characters), see https://github.com/neovim/neovim/pull/13896.