add snippet for until

This commit is contained in:
Bernhard Graf 2014-09-07 15:05:37 +02:00
parent 89f8fa6ba9
commit 04b34330ee

View File

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