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
Blaž Hrastnik dd2903ff10 Dynamically load grammar libraries at runtime 3 years ago
..
auto_pairs.rs Fix all remaining warnings in helix-core except for two. 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
diff.rs `:reload` (#374) 3 years ago
graphemes.rs Fix silly mistake in previous phantom line bug fix. 3 years ago
history.rs Fix all remaining warnings in helix-core except for two. 3 years ago
indent.rs Dynamically load grammar libraries at runtime 3 years ago
lib.rs Add object selection (textobjects) (#385) 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 Fix all remaining warnings in helix-core except for two. 3 years ago
movement.rs Add object selection (textobjects) (#385) 3 years ago
object.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 3 years ago
position.rs Fix all remaining warnings in helix-core except for two. 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 Add object selection (textobjects) (#385) 3 years ago
state.rs Derive debug without feature 3 years ago
surround.rs Fix typo on comment in surround 3 years ago
syntax.rs Dynamically load grammar libraries at runtime 3 years ago
textobject.rs Fix surround bug when cursor on same pair 3 years ago
transaction.rs Fix all remaining warnings in helix-core except for two. 3 years ago