diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-08-27 11:19:07 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-08-27 11:20:38 +0100 |
| commit | b934bcd4e19f0ae3f740f9cc293b8c662aa1e1d0 (patch) | |
| tree | 8c58676c228c6ef0e8fd9e935cda530b21d37ee6 /src/selection.hh | |
| parent | 093d3bd0dfa766007d0efae414f1b464d7b2a189 (diff) | |
Support merging consecutive selections with <a-m>
Fixes #773
Diffstat (limited to 'src/selection.hh')
| -rw-r--r-- | src/selection.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/selection.hh b/src/selection.hh index 31ed41da..29c3ffdc 100644 --- a/src/selection.hh +++ b/src/selection.hh @@ -126,6 +126,7 @@ struct SelectionList void sort(); void merge_overlapping(); + void merge_consecutive(); void sort_and_merge_overlapping(); Buffer& buffer() const { return *m_buffer; } |
