helix-mods/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.
2021-07-20 11:58:56 -07:00
..
ui Fix incorrect line hihglight when a selection is at the end of a line. 2021-07-20 10:26:00 -07:00
application.rs Changed startup behaviour to only open a single view when multiple files are specified on the commandline. 2021-07-18 00:29:05 +09:00
args.rs Address nightly clippy warnings 2021-06-27 13:27:47 +09:00
commands.rs Fix various bugs related to goto-end-of-line command. 2021-07-20 11:58:56 -07:00
compositor.rs Fix unused Result warnings in helix-term. 2021-07-01 19:06:52 -07:00
config.rs Remove #[allow(unused)] from helix-term, and fix unused imports. 2021-07-01 19:06:52 -07:00
job.rs fix: Temporary fix for #402 2021-07-03 12:30:13 +09:00
keymap.rs Added change_case command (#441) 2021-07-17 01:12:59 +09:00
lib.rs Remove #[allow(unused)] from helix-term, and fix unused imports. 2021-07-01 19:06:52 -07:00
main.rs Fix previous broken refactor key into helix-view 2021-06-25 00:39:03 +09:00