diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-05-25 22:59:29 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-05-25 22:59:29 +0100 |
| commit | 51eae8026b5e7a596ad3ec787ade96e8e78d7c33 (patch) | |
| tree | dbbe253a8433f26de5c19ce5d43c1351e29630f4 /src/selection.hh | |
| parent | b2621ca140701269056c75983a8c1220b8382684 (diff) | |
Use SelectionList::insert in InputModes::Insert
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 a1bf8e5c..75d26728 100644 --- a/src/selection.hh +++ b/src/selection.hh @@ -58,6 +58,7 @@ static bool compare_selections(const Selection& lhs, const Selection& rhs) enum class InsertMode : unsigned { Insert, + InsertCursor, Append, Replace, InsertAtLineBegin, |
