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
ahkrr e2d780f993 fix: 2 panics while setting style + off by 1
The panics would occur because set_style 
would draw outside of the the surface. 
Both occured using `find_prev` or `till_prev`
In my case the first panic! would appear
in a terminal with around 80 columns 
in helix/README.md going to the end of the file
with `geglf(`
the second with `geglfX`
The off by one fix ensures that `find_nth_prev` 
starts at the first character to the left
3 years ago
..
auto_pairs.rs When calculating a new selection, we need to take newly inserted text into account. 3 years ago
comment.rs Fully drop State references. 3 years ago
diagnostic.rs Add the :new command, don't crash if saving without filename. 3 years ago
graphemes.rs clippy lint 3 years ago
history.rs Separate document history into Cell 3 years ago
indent.rs Try to detect language when document file path is set 3 years ago
lib.rs Add ctrl-w in insert mode 3 years ago
macros.rs Split parts of helix-term into helix-view. 4 years ago
match_brackets.rs Don't panic on empty file/buffer (#108) 3 years ago
movement.rs Fix panic when moving over unicode punctuation 3 years ago
object.rs minor: Remove a few unwraps. 3 years ago
position.rs clippy lint 3 years ago
register.rs Simple yank/paste registers. 4 years ago
search.rs fix: 2 panics while setting style + off by 1 3 years ago
selection.rs Fixing Multiple Panics (#121) 3 years ago
state.rs Finish hiding doc.state / State as an implementation detail. 3 years ago
syntax.rs Return an error if we request an embedded file that does not exist. 3 years ago
transaction.rs Fixing Multiple Panics (#121) 3 years ago
words.rs Add test for prev word 3 years ago