mirror of
https://github.com/amix/vimrc
synced 2025-01-20 15:43:59 +00:00
8 lines
118 B
Text
8 lines
118 B
Text
|
<xsl:choose>
|
||
|
<xsl:when test="${1:test}">
|
||
|
${2}
|
||
|
</xsl:when>
|
||
|
<xsl:otherwise>
|
||
|
</xsl:otherwise>
|
||
|
</xsl:choose>
|