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-core/src
Nathan Vegdahl b571f28641 Remove #[allow(unused)] from helix-core, and fix unused imports.
Still a bunch more warnings to fix in core, but it's a start.
3 years ago
..
auto_pairs.rs Work on moving code over to LineEnding instead of assuming '\n'. 3 years ago
chars.rs Work on moving code over to LineEnding instead of assuming '\n'. 3 years ago
comment.rs fix: crash with ctrl-c on empty file 3 years ago
diagnostic.rs Derive debug without feature 3 years ago
graphemes.rs Fix silly mistake in previous phantom line bug fix. 3 years ago
history.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 3 years ago
indent.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 3 years ago
lib.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 3 years ago
line_ending.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 3 years ago
macros.rs Split parts of helix-term into helix-view. 4 years ago
match_brackets.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 3 years ago
movement.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 3 years ago
object.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 3 years ago
position.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 3 years ago
register.rs Remove RwLock for registers 3 years ago
search.rs fix: 2 panics while setting style + off by 1 3 years ago
selection.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 3 years ago
state.rs Derive debug without feature 3 years ago
surround.rs Skip enclosed pairs in surround 3 years ago
syntax.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 3 years ago
transaction.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 3 years ago