Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3733ca9

Browse files
shepard8lpil
authored andcommitted
Spurious line break in eqann snippet (honza#1039)
1 parent b518322 commit 3733ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/texmath.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ snippet eqann "Equation array without numbers" b
2525
\begin{eqnarray*}
2626
$1 & $2 & $0
2727
\end{eqnarray*}
28-
2928
endsnippet
29+
3030
snippet frac "Fraction" w
3131
\frac{${1:${VISUAL:nom}}}{${2:denom}}
3232
endsnippet

0 commit comments

Comments
 (0)