helix-mods/helix-core
ahkrr 444cd0b068 fix: make find_prev_char and till_prev_char work
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`
2021-06-06 00:01:16 +09:00
..
src fix: make find_prev_char and till_prev_char work 2021-06-06 00:01:16 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml Drop clap for pico-args 2021-05-31 17:07:43 +09:00