1
0
mirror of https://github.com/amix/vimrc synced 2025-09-18 02:25:01 +08:00
This commit is contained in:
bood
2013-08-17 11:14:09 +02:00
parent dca331dcc1
commit 9984538008
22 changed files with 41 additions and 596 deletions

View File

@ -79,7 +79,7 @@ until ${2:[[ ${1:condition} ]]}; do
done
endsnippet
snippet while "while ... (done)"
snippet wh "while ... (done)"
while ${2:[[ ${1:condition} ]]}; do
${0:#statements}
done