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

Correctly identify OSTYPE for some Linux distros.

This commit is contained in:
William Ting
2014-11-05 07:53:03 -08:00
parent d6453dffef
commit f75d01299d
4 changed files with 7 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ from autojump_utils import sanitize
from autojump_utils import take
from autojump_utils import unico
VERSION = '22.2.0-beta'
VERSION = '22.2.1-beta'
FUZZY_MATCH_THRESHOLD = 0.6
TAB_ENTRIES_COUNT = 9
TAB_SEPARATOR = '__'