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-plus/helix-term/src
Rohan Jain 1ac576f2b3
Handle panic on move within empty picker (#1786)
When the picker results output is empty, movement actions result in a panic:
```
thread 'main' panicked at 'attempt to calculate the remainder with a divisor of zero', helix-term/src/ui/picker.rs:420:31
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```

This could be a no-op instead when the matches length is zero.
2 years ago
..
commands migrate grammar fetching/building code into helix-loader crate 2 years ago
ui Handle panic on move within empty picker (#1786) 2 years ago
application.rs migrate grammar fetching/building code into helix-loader crate 2 years ago
args.rs rename '--fetch/build-grammars' flags into '--grammar fetch/build' 2 years ago
commands.rs Perform extend line on every selection (#1804) 2 years ago
compositor.rs Fix bug with auto replacing components in compositor (#1711) 2 years ago
config.rs Put some tests behind #[cfg(test)] (#1459) 3 years ago
health.rs migrate grammar fetching/building code into helix-loader crate 2 years ago
job.rs Don't use block_on in jobs.finish(), we can .await 2 years ago
keymap.rs Add arrow key mappings for tree-sitter parent/child/sibling nav (#1724) 2 years ago
lib.rs migrate grammar fetching/building code into helix-loader crate 2 years ago
main.rs fix '--grammar' flag in help text (#1784) 2 years ago