1
0
mirror of https://github.com/amix/vimrc synced 2025-09-18 10:35: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

@ -40,7 +40,7 @@ switch ${1:-exact} -- ${2:\$var} {
endsnippet
snippet while "while... (while)" b
snippet wh "while... (while)" b
while {${1}} {
${2}
}