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

@ -65,7 +65,7 @@ snippet forto
end
# While Loop
snippet while
snippet wh
while ${1:conidition}
${2}
end