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

@ -59,7 +59,7 @@ if ${1} then
${2}
endsnippet
snippet while "while"
snippet wh "while"
while ${1} do
${2}
done