mirror of
https://github.com/neovim/neovim.git
synced 2026-03-28 03:12:00 +00:00
Problem: `vim.lsp.document_color.color_presentation()` throws, due to incorrect use of the `vim.Range` API. Solution: Change `vim.Range.has(a, b)` call to `a:has(b)`.