diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-04-05 08:52:33 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-04-05 08:52:33 +1000 |
| commit | 71a1893a5eeae6d230b07b8f9ee47288655be4f9 (patch) | |
| tree | 413cc40ce918f4de3ec0432159abd2be90e9f1d6 /src/display_buffer.cc | |
| parent | 6ee68b5b0896a3b8d1f1ed6b06a99d2b08686a23 (diff) | |
Fix some trailing spaces and a tab that sneaked into the code base
Diffstat (limited to 'src/display_buffer.cc')
| -rw-r--r-- | src/display_buffer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display_buffer.cc b/src/display_buffer.cc index 3a1449d7..a634ff5b 100644 --- a/src/display_buffer.cc +++ b/src/display_buffer.cc @@ -105,7 +105,7 @@ DisplayLine::iterator DisplayLine::split(iterator it, ColumnCount count) return m_atoms.insert(it, std::move(atom)); } auto pos = utf8::advance(get_iterator(it->buffer(), it->begin()), - get_iterator(it->buffer(), it->end()), + get_iterator(it->buffer(), it->end()), count).coord(); return split(it, pos); } |
