Merge pull request #309 from Reen/master

UltiSnips/tex: Remove space at end of \section
This commit is contained in:
Holger Rapp 2014-02-17 12:00:14 +01:00
commit 736cdf013d

View File

@ -74,7 +74,7 @@ ${0}
endsnippet
snippet sec "Section" b
\section{${1:section name}}
\section{${1:section name}}
\label{sec:${2:${1/\\\w+\{(.*?)\}|\\(.)|(\w+)|([^\w\\]+)/(?4:_:\L$1$2$3\E)/g}}}
${0}