diff options
| author | Frank LENORMAND <lenormf@gmail.com> | 2018-09-30 09:41:17 +0300 |
|---|---|---|
| committer | Frank LENORMAND <lenormf@gmail.com> | 2018-09-30 19:56:37 +0300 |
| commit | 2d44712766081a0b3b4f71ac77f73e973e724b02 (patch) | |
| tree | fa144d01e24ccf1fb4918abcde4f480f1251db11 /src/selectors.hh | |
| parent | 6b7200e4d5c04cfb6d6f5740e3e95f5baad6d7f1 (diff) | |
src: Implement <a-m> and <a-M>
Closes #2425
Diffstat (limited to 'src/selectors.hh')
| -rw-r--r-- | src/selectors.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/selectors.hh b/src/selectors.hh index 00bc83dd..2e56c214 100644 --- a/src/selectors.hh +++ b/src/selectors.hh @@ -31,6 +31,7 @@ select_to_previous_word(const Context& context, const Selection& selection); Optional<Selection> select_line(const Context& context, const Selection& selection); +template<bool forward> Optional<Selection> select_matching(const Context& context, const Selection& selection); |
