summaryrefslogtreecommitdiff
path: root/src/selection.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-01-01 17:31:47 +0000
committerMaxime Coste <mawww@kakoune.org>2017-01-01 17:31:47 +0000
commitcdb2c766a5480cf2352e7db9b57cc9fcb9a81df2 (patch)
treec8fc513f303ec14fd046bcd2cff7ff13ea6d424d /src/selection.hh
parent69789d4793f91daab4f489147338ed593f34093d (diff)
Refactor SelectionList::insert a bit
Diffstat (limited to 'src/selection.hh')
-rw-r--r--src/selection.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection.hh b/src/selection.hh
index 7428fb39..92eecea6 100644
--- a/src/selection.hh
+++ b/src/selection.hh
@@ -135,7 +135,7 @@ struct SelectionList
void update_timestamp() { m_timestamp = m_buffer->timestamp(); }
void insert(ConstArrayView<String> strings, InsertMode mode,
- bool select_inserted = false);
+ Vector<BufferCoord>* out_insert_pos = nullptr);
void erase();
private: