Merge remote-tracking branch 'elegios/master'
This commit is contained in:
commit
c603d39a20
|
@ -127,6 +127,8 @@ const SelectionList& Context::jump_backward()
|
|||
{
|
||||
push_jump();
|
||||
--m_current_jump;
|
||||
if (m_current_jump == m_jump_list.begin())
|
||||
throw runtime_error("no previous jump");
|
||||
}
|
||||
SelectionList& res = *--m_current_jump;
|
||||
res.update();
|
||||
|
|
Loading…
Reference in New Issue
Block a user