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

Add fish error logging.

Fixes #247.
This commit is contained in:
William Ting
2014-10-04 20:03:44 -07:00
parent 4f90d5b755
commit 531a7321d3
2 changed files with 12 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ from autojump_utils import sanitize
from autojump_utils import take
from autojump_utils import unico
VERSION = '22.0.3-beta'
VERSION = '22.1.0-beta'
FUZZY_MATCH_THRESHOLD = 0.6
TAB_ENTRIES_COUNT = 9
TAB_SEPARATOR = '__'