diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-01-04 18:39:13 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-01-04 18:39:13 +0100 |
| commit | 4b649d386cb808cfd64a3ebab982d0ecd0813c86 (patch) | |
| tree | ff0d68ad1131e396f83a960088a246b67f1856b1 /src/editor.cc | |
| parent | b5418c94caa8d6842780b72b73f353795b3d07dd (diff) | |
various code style fixes
Diffstat (limited to 'src/editor.cc')
| -rw-r--r-- | src/editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.cc b/src/editor.cc index 9017e90f..48b3ac1e 100644 --- a/src/editor.cc +++ b/src/editor.cc @@ -486,7 +486,7 @@ IncrementalInserter::~IncrementalInserter() { if (m_mode == InsertMode::Append and sel.last().column() > 0) sel.last() = utf8::previous(sel.last()); - sel.avoid_eol(); + sel.avoid_eol(); } m_editor.on_incremental_insertion_end(); |
