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
Nathan Vegdahl 1c6b5581f0 Fix various bugs related to goto-end-of-line command.
This also fixes a bug with `Selection::normalize()`, that could
result in an out-of-bounds primary index.
3 years ago
..
ui Fix incorrect line hihglight when a selection is at the end of a line. 3 years ago
application.rs Changed startup behaviour to only open a single view when multiple files are specified on the commandline. 3 years ago
args.rs Address nightly clippy warnings 3 years ago
commands.rs Fix various bugs related to goto-end-of-line command. 3 years ago
compositor.rs Fix unused `Result` warnings in helix-term. 3 years ago
config.rs Remove #[allow(unused)] from helix-term, and fix unused imports. 3 years ago
job.rs fix: Temporary fix for #402 3 years ago
keymap.rs Added change_case command (#441) 3 years ago
lib.rs Remove #[allow(unused)] from helix-term, and fix unused imports. 3 years ago
main.rs Fix previous broken refactor key into helix-view 3 years ago