diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-12-01 19:57:02 +0800 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-12-01 19:57:02 +0800 |
| commit | 413f880e9e74e01b1b03692a04554a355fae2519 (patch) | |
| tree | 3b9088f47d83978bf486fe459f6fcb81c3be6ee2 /src/input_handler.cc | |
| parent | e9e3dc862c9671e1b54b7568680a927bc03cf8ad (diff) | |
Regex: Support forward and backward matching code in the same CompiledRegex
No need to have two separate regexes to handle forward and backward
matching, just passing RegexCompileFlags::Backward will add support
for backward matching to the regex. For backward only regex, pass
RegexCompileFlags::NoForward as well to disable generation of
forward matching code.
Diffstat (limited to 'src/input_handler.cc')
0 files changed, 0 insertions, 0 deletions
