1
0
mirror of https://github.com/amix/vimrc synced 2025-07-07 00:15:00 +08:00
Files
amix-vimrc-mirror/bundle/snipmate-snippets/c/wh.snippet
2014-05-09 21:28:39 +02:00

4 lines
50 B
Plaintext

while (${1:/* condition */}) {
${2:/* code */}
}