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 3eb829e233
Ensure coords in screen depends on char width (#885)
The issue affected files with lots of tabs at the start as well.

Fix #840
3 years ago
..
auto_pairs.rs Document more of helix-core (#904) 3 years ago
chars.rs Document more of helix-core (#904) 3 years ago
comment.rs Document more of helix-core (#904) 3 years ago
diagnostic.rs Document more of helix-core (#904) 3 years ago
diff.rs Remove ExactSizeIterator requirement on Transaction::change 3 years ago
graphemes.rs Add hyperlinks to fix `cargo doc` warn (#931) 3 years ago
history.rs Add hyperlinks to fix `cargo doc` warn (#931) 3 years ago
indent.rs Add treesitter textobjects (#728) 3 years ago
lib.rs Ensure coords in screen depends on char width (#885) 3 years ago
line_ending.rs Mark a few functions as `const` 3 years ago
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 Ensure coords in screen depends on char width (#885) 3 years ago
object.rs select smaller range on some case 3 years ago
path.rs Move path util functions from helix-term to helix-core (#650) 3 years ago
position.rs Ensure coords in screen depends on char width (#885) 3 years ago
register.rs Mark a few functions as `const` 3 years ago
search.rs Switch to a cleaner range-head moving abstraction. 3 years ago
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 Remove three transmutes from helix-core syntax.rs (#923) 3 years ago
textobject.rs Add treesitter textobjects (#728) 3 years ago
transaction.rs completion: fully revert state before apply & insertText common prefix 3 years ago