You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
don't modify jumplist-insertion too much, does not match some assumptions.
In particular, snip.next.next of a i(0), or snip.prev.prev of a i(-1) is
often assumed to be the next/previous snippet, which is not the case if
we do the modifications from the parent.
Instead: just modify behaviour of i(-1), such that it is just ignored
while jumping.
0 commit comments