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