Merge pull request #309 from Reen/master
UltiSnips/tex: Remove space at end of \section
This commit is contained in:
commit
736cdf013d
@ -74,7 +74,7 @@ ${0}
|
|||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet sec "Section" b
|
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}}}
|
\label{sec:${2:${1/\\\w+\{(.*?)\}|\\(.)|(\w+)|([^\w\\]+)/(?4:_:\L$1$2$3\E)/g}}}
|
||||||
|
|
||||||
${0}
|
${0}
|
||||||
|
Loading…
Reference in New Issue
Block a user