You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term
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.
2 years ago
..
src workspace symbols: Default to empty Vec on None 2 years ago
tests Fix transaction composition order in History::changes_since (#4981) 2 years ago
.gitignore Initial import. 4 years ago
Cargo.toml Show (git) diff signs in gutter (#3890) 2 years ago
build.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago