Commit Graph
3 Commits
Author SHA1 Message Date
Paul JohnsonandGitHub 5fab9dec37 Handle nil result in pull diagnostic handler (#5147)
- A stale or cancelled textDocument/diagnostic request can be answered
  with a nil result and no error, which is valid per the LSP
  specification. Guard against it so the handler does nothing rather
  than indexing the nil result.
2026-07-25 22:21:28 +09:00
w0rp 7a7fc85e51 #5062 Purge all deeply nested invalid Lua keys 2026-05-31 17:55:04 +01:00
w0rp cb8c4662aa Fix #5062 - Keep ALE LSP compatible with Neovim 0.10 and 0.11+
CI / build_image (push) Has been cancelled
CI / test_ale (--linters-only) (push) Has been cancelled
CI / test_ale (--lua-only) (push) Has been cancelled
CI / test_ale (--neovim-07-only) (push) Has been cancelled
CI / test_ale (--neovim-08-only) (push) Has been cancelled
CI / test_ale (--vim-80-only) (push) Has been cancelled
CI / test_ale (--vim-90-only) (push) Has been cancelled
2026-02-12 00:12:54 +00:00