With latest converter, some snippets become empty when converting from Snipmate to vim-vsnip.
Below is an example:
version 1
snippet class "Moose class"
package ${1:`Filename( '', '<package name>')`};
use Moose;
${0:${VISUAL}}
no Moose;
1;
Putting this snippet to a file and perform the conversion, the converted vim-vsnip snippets will be
With latest converter, some snippets become empty when converting from Snipmate to vim-vsnip.
Below is an example:
Putting this snippet to a file and perform the conversion, the converted vim-vsnip snippets will be