You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the current output is definitely better than manually typing all that, I have to quite a bit of cleanup afterwards. Am I doing something wrong perhaps?
The text was updated successfully, but these errors were encountered:
I know this is an old issue, but to avoid this, the problem is that you are probably using templates_snip instead of templates. The templates_snip templates are vmustache templated for use with UltiSnips.
The readme is not super clear on this so it took me a while to figure out as well. I'm sure you found the solution or a workaround by now but this is just for anyone else's benefit who ends up here.
Yeah, I did eventually end up using UltiSnips. I just had some problems with it when I first started using Vim, so I did't want to use it at first, and this issue was born.
Consider the following function:
When I use
pdv#DocumentCurrentLine()
on it, I get the following output:I'm using Vundle to manage my plugins, and I've installed both vmustache & pdv:
While the current output is definitely better than manually typing all that, I have to quite a bit of cleanup afterwards. Am I doing something wrong perhaps?
The text was updated successfully, but these errors were encountered: