Skip to content
Snippets Groups Projects
Commit c0a19a22 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Reduce fuzzy threshold to 110. (Closes: #233)

parent 9a3553b8
No related branches found
No related tags found
No related merge requests found
Pipeline #223850 passed
......@@ -56,7 +56,7 @@ class Config:
self.difftool = None
self.diff_masks = ()
self.new_file = False
self.fuzzy_threshold = 120
self.fuzzy_threshold = 110
self.enforce_constraints = True
self.excludes = ()
self.exclude_commands = ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment