mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
444cd0b068
Bevore this PR `commands::find_prev_char` and `commands::till_prev_char` were triggerable through keys but `seach::find_nth_next()` was hardcoded in `_find_char`. The passed `fn` was nerver used. With this PR the passed `fn` is used. The change in search.rs resolves an off by one error in the behivor of `find_nth_prev` |
||
---|---|---|
.. | ||
auto_pairs.rs | ||
comment.rs | ||
diagnostic.rs | ||
graphemes.rs | ||
history.rs | ||
indent.rs | ||
lib.rs | ||
macros.rs | ||
match_brackets.rs | ||
movement.rs | ||
object.rs | ||
position.rs | ||
register.rs | ||
search.rs | ||
selection.rs | ||
state.rs | ||
syntax.rs | ||
transaction.rs |