mirror of
https://github.com/amix/vimrc
synced 2025-01-02 07:08:41 +00:00
5 lines
56 B
Text
5 lines
56 B
Text
|
if (${1:/* condition */}) {
|
||
|
${2:// code...}
|
||
|
} else {
|
||
|
}
|