Commit Graph

1 Commits

Author SHA1 Message Date
Adam Smith
3499afc91c
Improve incremental search (#7224)
- Highlight current match with a different configurable highlight color
- Support `<C-g>`/`<C-t>` to cycle through matches
- Highlight zero-length matches
- Fix a few other edge cases (such as when searching backward or with `^`/`$` with CLRF line endings)

Fixes #7212, fixes #4837
2021-12-31 17:27:38 -05:00