mirror of
https://github.com/amix/vimrc
synced 2025-01-02 23:18:46 +00:00
4 lines
58 B
Text
4 lines
58 B
Text
|
foreach ($${1:variable} as $${2:key}){
|
||
|
${3:// code...}
|
||
|
}
|