I'm using snipmate plugin in vim, and started creating some snippets to use in Zope.
Unfortunately, the snippets I'm creating are some html attributes, and everytime I call the snippet, it works as expected but it inserts a carriage return after the snippet, and I have to return the end tag > to it's place everytime I run a snippet, thus losing productivity advantage in using snipmate.
How do I create a snippet that doesn't insert a carriage return after the snippet?