mirror of
				https://github.com/vim/vim.git
				synced 2025-10-31 09:57:14 -04:00 
			
		
		
		
	
		
			
	
	
		
			18 lines
		
	
	
		
			248 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			248 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
|   | " VIM_TEST_SETUP let g:vimsyn_folding = "H" | set fdm=syntax | ||
|  | " comment | ||
|  | 
 | ||
|  | if !has('vim9script') | ||
|  |   # 42 " comment | ||
|  |   source foo.vim | ||
|  |   finish | ||
|  | endif | ||
|  | 
 | ||
|  | " comment | ||
|  | 
 | ||
|  | vim9script noclear | ||
|  | 
 | ||
|  | # comment | ||
|  | 
 | ||
|  |  # string only recognised with leading char | ||
|  |  "useless string" |