diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-12-27 11:29:33 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2019-01-20 22:59:28 +1100 |
| commit | fd043435e5274a138b66c9f35455c896aaeaa96e (patch) | |
| tree | ad80e7bfc13a4908d95da688ed8d25a18f786fd3 /src/selectors.hh | |
| parent | b76287ff997fb574625041a9e897e5de894be2f5 (diff) | |
Split compile time regex flags from runtime ones
Diffstat (limited to 'src/selectors.hh')
| -rw-r--r-- | src/selectors.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/selectors.hh b/src/selectors.hh index 2e56c214..d27b84ad 100644 --- a/src/selectors.hh +++ b/src/selectors.hh @@ -99,9 +99,9 @@ trim_partial_lines(const Context& context, const Selection& selection); void select_buffer(SelectionList& selections); -enum class MatchDirection; +enum class RegexMode; -template<MatchDirection direction> +template<RegexMode mode> Selection find_next_match(const Context& context, const Selection& sel, const Regex& regex, bool& wrapped); |
