mirror of
https://github.com/amix/vimrc
synced 2025-01-04 16:08:44 +00:00
5 lines
35 B
Text
5 lines
35 B
Text
|
if (${1:true}) {
|
||
|
${2}
|
||
|
} else {
|
||
|
};
|