merging vim folders
This commit is contained in:
		| @ -1,4 +1,8 @@ | ||||
| snippet pline "print a line" i | ||||
| printf("----------------------------------------\n"); | ||||
| endsnippet | ||||
|  | ||||
| snippet dpvi "Define printvi for printing variable int" b | ||||
| #define printvi(X) printf("%s = %d\n", #X, X); | ||||
| endsnippet | ||||
| 	 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user