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/helix-core/src
Ivan Tham 4260b31ec0
Update mdbook style and fix unreadable table head (#806)
The styles are now pulled from upstream styles, some of the changes I
submitted it back to upstream.

Fix #796
3 years ago
..
auto_pairs.rs Fix auto pairs return wrong selection (#613) 3 years ago
chars.rs
comment.rs Fixes for new clippy lints in Rust 1.54. 3 years ago
diagnostic.rs
diff.rs
graphemes.rs
history.rs
indent.rs Fix broken test 3 years ago
lib.rs feat: merge default languages.toml with user provided languages.toml, add a generic TOML value merge function (#654) 3 years ago
line_ending.rs
macros.rs Split parts of helix-term into helix-view. 4 years ago
match_brackets.rs Fixes crash on empty rust file. (#592) 3 years ago
movement.rs Fixes for new clippy lints in Rust 1.54. 3 years ago
object.rs
path.rs Move path util functions from helix-term to helix-core (#650) 3 years ago
position.rs Document `pos_at_coords` better. 3 years ago
register.rs
search.rs
selection.rs Update mdbook style and fix unreadable table head (#806) 3 years ago
state.rs Reduce State use a bit further 3 years ago
surround.rs Fix buggy surround behavior from #376. 3 years ago
syntax.rs Allow `language.config` (in languages.toml) to be passed in as a toml object (#807) 3 years ago
textobject.rs Fix around-word text-object selection. (#546) 3 years ago
transaction.rs remove unsafe 3 years ago