Merge pull request #439 from augensalat/master

Bug fix: replace space indention by tab
This commit is contained in:
Holger Rapp 2014-09-07 13:09:57 -07:00
commit e3c2931bef
2 changed files with 12 additions and 5 deletions

View File

@ -129,4 +129,11 @@ while ($1) {
endsnippet endsnippet
snippet until "until"
until ($1) {
${2:# body...}
}
endsnippet
# vim:ft=snippets: # vim:ft=snippets: