diff options
Diffstat (limited to 'src/buffer.cc')
| -rw-r--r-- | src/buffer.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/buffer.cc b/src/buffer.cc index 3e4c7e5e..0598319d 100644 --- a/src/buffer.cc +++ b/src/buffer.cc @@ -166,10 +166,6 @@ void Buffer::update_display_name() BufferIterator Buffer::iterator_at(BufferCoord coord) const { - // Tolerate one past the end of line - if (not is_end(coord) and coord.column == m_lines[coord.line].length()) - coord = coord.line+1; - kak_assert(is_valid(coord)); return {*this, coord}; } |
