Add vim if snippet
This commit is contained in:
		
							parent
							
								
									f449b7b23d
								
							
						
					
					
						commit
						38f1923462
					
				| @ -4,6 +4,12 @@ function! ${1:name}($2) | |||||||
| endfunction | endfunction | ||||||
| endsnippet | endsnippet | ||||||
| 
 | 
 | ||||||
|  | snippet if "VIM if statement" | ||||||
|  | if ${1:condition} | ||||||
|  | 	$0 | ||||||
|  | endif | ||||||
|  | endsnippet | ||||||
|  | 
 | ||||||
| snippet py "Python block" b | snippet py "Python block" b | ||||||
| python << endpython | python << endpython | ||||||
| $0 | $0 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user