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/src/ui
Mo 6db666fce1
Optimization of tilde expansion (#9709)
* Use next and avoid a redundant prefix strip

* Avoid allocations

Especially when `expand_tilde` is claled on a path
that doesn't contain a tilde.

* Add a test

* Use Into<Cow<…>>

* Put the expand_tilde test at the end of the file

* Remove unused importsw
4 months ago
..
completion.rs Use a hook for resolving completion items 4 months ago
document.rs Fix precedence of ui.virtual.whitespace (#8879) 7 months ago
editor.rs Use a hook for resolving completion items 4 months ago
info.rs Refactor Margin for fine grained control (#2727) 2 years ago
lsp.rs fix lsp config reload (#9415) 4 months ago
markdown.rs fix lsp config reload (#9415) 4 months ago
menu.rs Fix scroll track (#9508) 5 months ago
mod.rs Optimization of tilde expansion (#9709) 4 months ago
overlay.rs Fix typos (#6643) 1 year ago
picker.rs fix lsp config reload (#9415) 4 months ago
popup.rs Fix scroll track (#9508) 5 months ago
prompt.rs fix lsp config reload (#9415) 4 months ago
spinner.rs Address clippy lints (#9371) 5 months ago
statusline.rs Initialize diagnostics when opening a document (#8873) 6 months ago
text.rs Fix 'attempt to divide by zero' panic (#6155) 1 year ago