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

@ -49,7 +49,7 @@ snippet try
{% finallly %}
${3}
{% end %}
snippet while
snippet wh
{% while ${1:condition} %}
${2}
{% end %}