Skip to content

Commit 829c5a4

Browse files
jennigorhammaxauthority
authored andcommitted
Fixes #508 - makes :jumps work again (#657)
* Fixes #508 - makes :jumps work again
1 parent 56cf4b3 commit 829c5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/content/bookmarks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ const Bookmarks = Module("bookmarks", {
506506
function () {
507507
let sh = history.session;
508508
let jumps = Array.from(iter(sh))
509-
.map(([idx, val]) => [
509+
.map((val,idx) => [
510510
idx == sh.index ? ">" : "",
511511
Math.abs(idx - sh.index),
512512
val.title,

0 commit comments

Comments
 (0)