mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	Updated plugins
This commit is contained in:
		| @ -58,6 +58,12 @@ ${1:var }${2:function_name} = function $2(${3}) { | ||||
| }; | ||||
| endsnippet | ||||
|  | ||||
| snippet af "Anonymous Function" i | ||||
| function($1) { | ||||
| 	${VISUAL}$0 | ||||
| } | ||||
| endsnippet | ||||
|  | ||||
| snippet iife "Immediately-Invoked Function Expression (iife)" | ||||
| (function(${1:window}) { | ||||
| 	${VISUAL}$0 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 amix
					amix