mirror of
				https://github.com/vim/vim.git
				synced 2025-11-04 09:47:15 -05:00 
			
		
		
		
	Problem: The justify plugin has to be copied or sourced to be used. Solution: Turn it into a package.
		
			
				
	
	
		
			4 lines
		
	
	
		
			109 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			109 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
" Load the justify package.
 | 
						|
" For those users who were loading the justify plugin from here.
 | 
						|
packadd justify
 |