~neovim-ppa/neovim-ppa/+git/neovim-git:master

Last commit made on 2024-05-08
Get this branch:
git clone -b master https://git.launchpad.net/~neovim-ppa/neovim-ppa/+git/neovim-git

Branch merges

Branch information

Recent commits

d3fa88b... by Gregory Anders <email address hidden>

vim-patch:9.1.0396: filetype: jj files are not recognized (#28672)

Problem: jj files are not recognized
Solution: recognize '*.jjdescription' files as jj filetype
          (Gregory Anders)

See: https://github.com/martinvonz/jj

closes: vim/vim#14733

https://github.com/vim/vim/commit/6a4ea471d28107c4078e106ace1bdc0c54bf946b

9b1628d... by Christian Clason <email address hidden>

vim-patch:1e34b95e4402

runtime(netrw): Remove and cleanup Win9x legacy from netrw

closes: vim/vim#14732

https://github.com/vim/vim/commit/1e34b95e4402fd8964ea4bcee0d2b6ffa6677aab

Co-authored-by: Nir Lichtman <email address hidden>

e4e230a... by zeertzjq <email address hidden>

vim-patch:9.1.0397: Wrong display with 'smoothscroll' when changing quickfix list (#28674)

Problem: Wrong display with 'smoothscroll' when changing quickfix list.
Solution: Reset w_skipcol when replacing quickfix list (zeertzjq).

closes: vim/vim#14730

https://github.com/vim/vim/commit/c7a8eb5ff2ddd919e6f39faec93d81c52874695a

064f3e4... by zeertzjq <email address hidden>

refactor(change): check all tabpages in changed_lines_invalidate_buf() (#28666)

This most likely doesn't matter as all windows are redrawn when
switching tabpages and w_valid is reset is entering window, but still
check all tabpages for consistency with changed_common().

17c89ea... by Christian Clason <email address hidden>

vim-patch:c5def6561d56

runtime(cpp): Fix digit separator in syntax script for octals and floats

Also fix the incorrect rendering of floats that start with ".".

closes: vim/vim#14724

https://github.com/vim/vim/commit/c5def6561d5612487ac3523787da1c26335b17e1

Co-authored-by: Wu Yongwei <email address hidden>

69bd611... by "Justin M. Keyes" <email address hidden>

Merge #28637 more support for vim.lsp.ListOpts.loclist

5c40f3e... by tom-anders <email address hidden>

feat(lsp): support vim.lsp.ListOpts.loclist in location_handler()

b0cc85c... by tom-anders <email address hidden>

docs(lsp): document vim.lsp.ListOpts.loclist

80d108e... by tom-anders <email address hidden>

refactor(lsp): use vim.cmd instead of api.nvim_command

As suggested in
https://github.com/neovim/neovim/pull/28483#discussion_r1586878457 and
https://github.com/neovim/neovim/pull/28483#discussion_r1586878226

cdc0974... by tom-anders <email address hidden>

docs(lsp): fix type annotations in response_to_list(...)