Activity log for bug #1252188

Date Who What changed Old value New value Message
2013-11-18 09:02:06 Maxim Gonchar bug added bug
2013-11-18 09:02:38 Maxim Gonchar description Something wrong happens when I extend the default snippet for begin/end expansion: snippet "b(egin)?" "begin{} / end{}" !br \begin{${1:something}}$2 ${0:${VISUAL}} \end{$1} endsnippet Then I type: begin<tab>test<C-j>{option} and the output I get is the following: \begin{test}{option} \end{test}{option} It's clear that the string '{option}' is not supposed to be at the end. Py version: 2.7.5 (default, May 12 2013, 12:00:47) [GCC 4.8.0 20130502 (prerelease)] Something wrong happens when I extend the default snippet for begin/end expansion: snippet "b(egin)?" "begin{} / end{}" !br \begin{${1:something}}$2  ${0:${VISUAL}} \end{$1} endsnippet Then I type: begin<tab>test<C-j>{option} and the output I get is the following: \begin{test}{option} \end{test}{option} It's clear that the string '{option}' is not supposed to be at the end. Py version: 2.7.5 (default, May 12 2013, 12:00:47) [GCC 4.8.0 20130502 (prerelease)]
2013-11-19 15:01:57 SirVer ultisnips: status New Won't Fix