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

Fix #135. Autojump was failing for directories with - due to bad regex.

This commit is contained in:
William Ting
2012-06-28 18:50:25 -10:00
parent 5613562e8b
commit ca8763aa02
3 changed files with 9 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ import shutil
import sys
from tempfile import NamedTemporaryFile
VERSION = 'release-v21-rc'
VERSION = 'release-v21-rc.1'
MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 1000
COMPLETION_SEPARATOR = '__'