mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-29 10:02:57 +03:00
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