helix/helix-term/src/commands
Michael Davis 2a60de74f9 workspace symbols: Default to empty Vec on None
A language server might send None as the response to workspace symbols.
We should treat this as the empty Vec rather than the server sending
an error status. This fixes the interaction with gopls which uses
None to mean no matching symbols.
2022-12-15 17:52:44 +09:00
..
dap.rs Add preview for scratch buffers in buffer picker (#3454) 2022-11-20 19:58:35 -06:00
lsp.rs workspace symbols: Default to empty Vec on None 2022-12-15 17:52:44 +09:00
typed.rs Improve error message handling for theme loading failures (#5073) 2022-12-15 17:49:49 +09:00