summaryrefslogtreecommitdiff
path: root/src/core.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.go')
-rw-r--r--src/core.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core.go b/src/core.go
index b8851d79..71cf04da 100644
--- a/src/core.go
+++ b/src/core.go
@@ -188,6 +188,9 @@ func Run(opts *Options) (int, error) {
forward = false
case byBegin:
forward = true
+ case byPathname:
+ withPos = true
+ forward = false
}
}