1
0
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:
Kris Maglione
2011-08-11 03:44:22 -04:00
parent a5c442150b
commit d877fa5fea
4 changed files with 27 additions and 14 deletions

View File

@@ -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));