mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	
		
			
	
	
		
			17 lines
		
	
	
		
			187 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			187 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
|   | " comment | ||
|  | 
 | ||
|  | if !has('vim9script') | ||
|  |   # 42 " comment | ||
|  |   source foo.vim | ||
|  |   finish | ||
|  | endif | ||
|  | 
 | ||
|  | " comment | ||
|  | 
 | ||
|  | vim9script noclear | ||
|  | 
 | ||
|  | # comment | ||
|  | 
 | ||
|  |  # string only recognised with leading char | ||
|  |  "useless string" |