aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/ui
diff options
context:
space:
mode:
authorEvgeni Chasnovski <evgeni.chasnovski@gmail.com>2025-01-23 10:42:00 +0200
committerMathias Fußenegger <mfussenegger@users.noreply.github.com>2025-01-23 17:04:23 +0100
commita450fda4ededdd93e3dc571d82a6737f6b9d50d9 (patch)
treeac365a7a2082865e421f4151e9eadeb6fe7cb2e9 /runtime/lua/vim/ui
parent34d808b73cbcb0a43636d826282193ab1ca8c148 (diff)
downloadrneovim-a450fda4ededdd93e3dc571d82a6737f6b9d50d9.tar.gz
rneovim-a450fda4ededdd93e3dc571d82a6737f6b9d50d9.tar.bz2
rneovim-a450fda4ededdd93e3dc571d82a6737f6b9d50d9.zip
fix(lsp): prefer `on_list` over `loclist` in default handler
Problem: setting `loclist = true` makes `on_list` being ignored. This was not a problem before, but with `vim.lsp.buf.document_symbol` using `loclist = true` as default it is needed to explicitly pass `loclist = false` in order to use custom `on_list`. Solution: prefer `on_list` over `loclist` and document the latter as taking effect only in the default handler.
Diffstat (limited to 'runtime/lua/vim/ui')
0 files changed, 0 insertions, 0 deletions