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

remove the 's' shortcut, revert change to autojump version

This commit is contained in:
Khalid Zubair
2012-02-10 19:17:55 -05:00
parent eae871da9a
commit 123afc5f37
2 changed files with 1 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ from operator import itemgetter
import os
import shutil
AUTOJUMP_VERSION = "release-v19-49-g8e86f08-dirty"
AUTOJUMP_VERSION = "release-v19"
MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 600
COMPLETION_SEPARATOR = '__'