gummi
gummi copied to clipboard
Snippets do not preserve indentation
Snippet generation does not preserve the indentation level of the text that was typed. For example, take the begin snippet. We want this:
\begin{document}
\begin{equation}
f(x)
\end{equation}
\end{document}
But instead we get this:
\begin{document}
\begin{equation}
f(x)
\end{equation}
\end{document}
Currently working on a solution. I have already identified the location of the bug. Watch for a pull request relatively soon.
Great work, fixes this important problem for me. ~~Why is there no PR yet? :)~~ Nevermind, actually there is. Hope to see it in master soon.