1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-19 12:28:11 +01:00

fixed typo in latex snippet

This commit is contained in:
Michael Sanders
2009-04-03 22:43:04 -04:00
parent c3327c821d
commit 389759cd31

View File

@@ -51,7 +51,7 @@ snippet mat
# Cases
snippet cas
\begin{cases}
${1:equation}, &\ ext{ if }${2:case}\\
${1:equation}, &\text{ if }${2:case}\\
${3}
\end{cases}
# Split