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

Fix #148, add documentation regarding PROMPT_COMMAND. Bump to v21.0.1

This commit is contained in:
William Ting
2012-10-30 21:19:04 -05:00
parent 5745c34c23
commit 1a032a97b4
2 changed files with 47 additions and 14 deletions

View File

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