Files
telescope.nvim/lua
Will Lillis a4ed82509c fix(lsp): don't return negative values from item_to_location (#3433)
Problem: If `telescope.builtin.__lsp.definition` is invoked on an
empty file, `item_to_location` returns a location with `-1` as a
its column value.

Solution: Respectively return 0 if the line or column number is <= 0
2025-03-18 21:05:22 -04:00
..