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

Always append to error log.

This commit is contained in:
William Ting
2014-10-04 20:02:41 -07:00
parent 2095b2b129
commit 0d80d91805
3 changed files with 3 additions and 3 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.0-alpha'
VERSION = '22.0.1-beta'
FUZZY_MATCH_THRESHOLD = 0.6
TAB_ENTRIES_COUNT = 9
TAB_SEPARATOR = '__'