mirror of
https://github.com/amix/vimrc
synced 2024-12-14 14:12:33 +00:00
5 lines
35 B
Text
5 lines
35 B
Text
|
if (${1:true}) {
|
||
|
${2}
|
||
|
} else {
|
||
|
};
|