summaryrefslogtreecommitdiff
path: root/src/editor.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2012-11-26 19:23:50 +0100
committerMaxime Coste <frrrwww@gmail.com>2012-11-26 19:23:50 +0100
commitcee0a2d128bb843cd4a65dcddb66188ea825553e (patch)
treecd89b5f1c528d90fcff585c665d447c9a6e3685c /src/editor.hh
parente77ca7a4be3adc8d11503b1186b8fac257a1624c (diff)
Append on end of line now appends to current line
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 10239564..06b9378a 100644
--- a/src/editor.hh
+++ b/src/editor.hh
@@ -26,6 +26,7 @@ enum class InsertMode : unsigned
Append,
Replace,
InsertAtLineBegin,
+ InsertAtNextLineBegin,
AppendAtLineEnd,
OpenLineBelow,
OpenLineAbove