mirror of
https://github.com/gryf/snipmate.vim.git
synced 2025-12-19 20:38:05 +01:00
fixed typo in latex snippet
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user