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-plus/helix-term
jeepee 8165febe23
Fix start-position of next search (#1904)
The search implementation would start searching at the next grapheme
boundary after the previous selection. In case the next occurence of the
needle is immediately after the current selection, this occurence would
not be found (without wraparound) because the first grapheme is skipped.

The correct approach is to use the ensure_grapheme_boundary functions instead
of using the functions that skip unconditionally to the next grapheme.
3 years ago
..
src Fix start-position of next search (#1904) 3 years ago
.gitignore Initial import. 4 years ago
Cargo.toml Add refresh-config and open-config command (#1803) 3 years ago
build.rs publish a source tarball with version and grammars (#1875) 3 years ago