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

Handle j -- -foo (for bash and zsh only)

Ref: #310
This commit is contained in:
Daniel Hahler
2014-08-23 03:07:27 +02:00
committed by William Ting
parent e621603e46
commit c0c9398794
3 changed files with 13 additions and 9 deletions

View File

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