mirror of
				https://github.com/wting/autojump
				synced 2025-06-13 12:54:07 +00:00 
			
		
		
		
	reduced max_key_weight
This commit is contained in:
		
							parent
							
								
									5776fdfc70
								
							
						
					
					
						commit
						02f07c154b
					
				@ -5,7 +5,7 @@ import getopt
 | 
				
			|||||||
from sys import argv
 | 
					from sys import argv
 | 
				
			||||||
import os
 | 
					import os
 | 
				
			||||||
 | 
					
 | 
				
			||||||
max_keyweight=10000
 | 
					max_keyweight=2000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def dicadd(dic,key,increment=1):
 | 
					def dicadd(dic,key,increment=1):
 | 
				
			||||||
    dic[key]=dic.get(key,0.)+increment
 | 
					    dic[key]=dic.get(key,0.)+increment
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user