diff --git a/src/modules/everything/evry.c b/src/modules/everything/evry.c index 93a3a7126..324ad4b26 100644 --- a/src/modules/everything/evry.c +++ b/src/modules/everything/evry.c @@ -540,7 +540,7 @@ evry_fuzzy_match(const char *str, const char *match) /* first offset of match in word */ if (!first) { - offset *= 10; + offset *= 2; last = offset; first = 1; }