helix/helix-term/src/commands
Michael Davis d285a8a9e5
LSP: Fix option handling in goto definition/references commands
The language server may return `None` for a definition/reference
request. The parent commits introduced a regression for these commands
when a server did not provide locations. With this change a server may
respond with `null` and its locations will instead not be considered.

Fixes #12732
2025-01-30 11:59:02 -05:00
..
dap.rs Revert "refactor(shellwords)!: change arg handling strategy (#11149)" 2025-01-06 12:39:53 -05:00
lsp.rs LSP: Fix option handling in goto definition/references commands 2025-01-30 11:59:02 -05:00
typed.rs feat: print helpful suggestion when using `:{,r}sort` incorrectly (#12585) 2025-01-26 10:39:19 -06:00