diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2012-11-26 19:23:50 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2012-11-26 19:23:50 +0100 |
| commit | cee0a2d128bb843cd4a65dcddb66188ea825553e (patch) | |
| tree | cd89b5f1c528d90fcff585c665d447c9a6e3685c /src/editor.hh | |
| parent | e77ca7a4be3adc8d11503b1186b8fac257a1624c (diff) | |
Append on end of line now appends to current line
Diffstat (limited to 'src/editor.hh')
| -rw-r--r-- | src/editor.hh | 1 |
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 |
