Remove duplicate "v" snippet

This commit is contained in:
Simeon F. Willbanks 2013-10-27 13:31:19 -07:00
parent f621635126
commit deffc63ee5

View File

@ -213,9 +213,6 @@ snippet sp
# true # true
snippet t snippet t
true true
# variable declaration
snippet v
var ${1:t} ${0:string}
# goroutine named function # goroutine named function
snippet g snippet g
go ${1:funcName}(${0}) go ${1:funcName}(${0})