dotar/vim/snippets/html/ol.snippet

5 lines
40 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
<ol${1}>
<li>${2}</li>
${3}
</ol>${4}