Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug Fixes * api: allow nvim_buf_set_extmark to accept end_row key neovim#16686 1b54344 * diagnostic: assert that diagnostics have line number and column neovim#16687 9dae939 * diagnostic: clamp diagnostics on negative line numbers neovim#16497 096f841 * diagnostic: escape special chars in file names neovim#16588 beac24d * diagnostic: respect "if_many" source option for virtual text neovim#16697 060eeaa * diagnostic: set effective buffer number for DiagnosticChanged autocmd neovim#16485 84784a8 * diagnostic: set effective buffer number in autocmd (again) neovim#16590 08ddfa9, closes neovim#16474 * lua: do not cast offset to char_u 93f1ec0 * lsp: avoid attaching to unloaded buffers neovim#16726 0088994 * lsp: call config on_exit handler before context is cleared neovim#16781 571609f * lsp: fix `nil`-index behavior for UTF-8 in `_str_*index_enc` methods neovim#16785 03bd914 * lsp: handle offset encoding neovim#16783 7b60ec7 * lsp: progress handlers should return vim.NIL on error neovim#16476 fb11ef0 * options: disallow empty 'fdc' and 'scl' neovim#16776 37a00be * quickfix: avoid O(N^2) when filling from string typval neovim#16663 aa0ddc6 * screenpos, float: add top and left border adjustment 8f68548 * terminal: fix resize crash with pending scrollback neovim#16665 ae249d8 * ui: close floating window on BufLeave event neovim#16664 785bace * uri: change scheme pattern to not include the comma character neovim#16798 0e96f7d Features * lsp,diagnostic: open folds in jump-related functions neovim#16784 ee9e342 * lsp: add buf_detach_client neovim#16741 ec101b9 * lsp: use `vim.ui.select` for selecting lsp client neovim#16782 14357c8 * runtime: new checkhealth filetype neovim#16708 09306f0
- Loading branch information