forked from msanders/snipmate.vim
-
Notifications
You must be signed in to change notification settings - Fork 183
Closed
Description
Consider the following snippet:
version 1
snippet logj Log object as JSON
import json; logger.${1:info}('$2: {o}'.format(o=json.dumps(${2}${3:, indent=4}${4:,default=unicode})))
When trying to expand it, I get the following:



As you can see, the region for the 3rd replacement is selected incorrectly (off by 3 chars == len('foo')). Am I doing it wrong, or is it a bug in snipmate?
Metadata
Metadata
Assignees
Labels
No labels