1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

reduced max_key_weight

This commit is contained in:
Joel Schaerer 2008-04-29 17:22:34 +02:00
parent 5776fdfc70
commit 02f07c154b

View File

@ -5,7 +5,7 @@ import getopt
from sys import argv
import os
max_keyweight=10000
max_keyweight=2000
def dicadd(dic,key,increment=1):
dic[key]=dic.get(key,0.)+increment