mirror of https://github.com/helix-editor/helix
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.
eb8254c4a6
That allows to refactor a bit of code; we have the following pattern in many different places: if cx.editor.mode == Mode::Select { Movement::Extend } else { Movement::Move } The From impl captures that pattern, so that we can just do cx.editor.mode.into(). |
2 months ago | |
---|---|---|
.. | ||
src | 2 months ago | |
tests/encoding | 3 years ago | |
Cargo.toml | 3 months ago |