Browse Source

bump stored paths

pull/125/head
William Ting 12 years ago
parent
commit
900e3889e7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/autojump

+ 1
- 1
bin/autojump View File

@ -11,7 +11,7 @@ from tempfile import NamedTemporaryFile
VERSION = 'release-v20'
MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 600
MAX_STORED_PATHS = 1000
COMPLETION_SEPARATOR = '__'
ARGS = None

Loading…
Cancel
Save