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

better fix for custom installation directories

This commit is contained in:
William Ting
2013-04-24 19:05:56 -05:00
parent ad09ee27d4
commit c763b2afad
3 changed files with 5 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ import re
import shutil
from tempfile import NamedTemporaryFile
VERSION = 'release-v21.5.6'
VERSION = 'release-v21.5.7'
MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 1000
COMPLETION_SEPARATOR = '__'