summaryrefslogtreecommitdiffstats
path: root/src/core.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.go')
-rw-r--r--src/core.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.go b/src/core.go
index 023f7be7..1653e6fd 100644
--- a/src/core.go
+++ b/src/core.go
@@ -149,6 +149,7 @@ func Run(opts *Options, revision string) {
}
pattern := patternBuilder([]rune(*opts.Filter))
+ matcher.sort = pattern.sortable
found := false
if streamingFilter {