mirror of
				https://github.com/vim/vim.git
				synced 2025-11-04 09:47:15 -05:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			137 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			137 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/sh
							 | 
						||
| 
								 | 
							
								#
							 | 
						||
| 
								 | 
							
								# ref - Check spelling of the arguments
							 | 
						||
| 
								 | 
							
								#
							 | 
						||
| 
								 | 
							
								# Usage: ref word ..
							 | 
						||
| 
								 | 
							
								#
							 | 
						||
| 
								 | 
							
								# can be used for the K command of Vim
							 | 
						||
| 
								 | 
							
								#
							 | 
						||
| 
								 | 
							
								spell <<EOF
							 | 
						||
| 
								 | 
							
								$*
							 | 
						||
| 
								 | 
							
								EOF
							 |