mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:48:00 +01:00
Push location stack on //?/n/N/[/].
This commit is contained in:
@@ -832,6 +832,8 @@ var Buffer = Module("buffer", {
|
||||
findJump: function findJump(arg, count, reverse, offScreen) {
|
||||
const FUDGE = 10;
|
||||
|
||||
marks.push();
|
||||
|
||||
let path = options["jumptags"][arg];
|
||||
dactyl.assert(path, _("error.invalidArgument", arg));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user