Merge branch 'testing' of https://github.com/ravl1084/vim-snippets into testing

Conflicts:
	UltiSnips/ledger.snippets
This commit is contained in:
Rene Vergara 2014-07-15 16:13:02 -05:00
commit e9c9ea0b41

View File

@ -3,6 +3,5 @@ priority -50
snippet t "Transaction" b
${1:`!v strftime("%Y")`}-${2:`!v strftime("%m")`}-${3:`!v strftime("%d")`} ${4:*} ${5:Payee}
${6:Expenses} \$${7:0.00}
${8:Assets:Checking}
$0
${8:Assets:Checking}$0
endsnippet