Editor: fix warning
This commit is contained in:
parent
8c8d46ae5f
commit
2f9041b842
|
@ -449,6 +449,9 @@ IncrementalInserter::IncrementalInserter(Editor& editor, InsertMode mode)
|
||||||
}
|
}
|
||||||
last = first;
|
last = first;
|
||||||
break;
|
break;
|
||||||
|
case InsertMode::InsertAtNextLineBegin:
|
||||||
|
assert(false); // not implemented
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
if (first.underlying_iterator().is_end())
|
if (first.underlying_iterator().is_end())
|
||||||
--first;
|
--first;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user