summaryrefslogtreecommitdiff
path: root/src/editor.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.hh')
-rw-r--r--src/editor.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editor.hh b/src/editor.hh
index dda0fe07..07230ae4 100644
--- a/src/editor.hh
+++ b/src/editor.hh
@@ -18,6 +18,7 @@ enum class SelectMode
Replace,
Extend,
Append,
+ ReplaceLast,
};
enum class InsertMode : unsigned