1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

Fix match imports and simplify fuzzy threshold.

This commit is contained in:
William Ting
2016-05-03 23:57:00 -07:00
parent 218d779b4d
commit 737563570e
2 changed files with 10 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ from autojump_utils import sanitize
from autojump_utils import take
from autojump_utils import unico
VERSION = '22.3.2'
VERSION = '22.3.3'
FUZZY_MATCH_THRESHOLD = 0.6
TAB_ENTRIES_COUNT = 9
TAB_SEPARATOR = '__'