I was using the plugin but got a whole of red errors because I use spaces in the start and stop tokens {{. I'm not a vim expert and this is my first fix on a vim plugin 😃so maybe I'm wrong.
I use too different ways that got error from the plugin:
starting the token with {{- statement_here and ending with statement_here -}}
starting the token with {{ statement_here and ending with statement_here }}.
If in the two cases I remove the spaces there is no error by the plugin, but as far as I know gotpl I can use spaces.
Hi,
I was using the plugin but got a whole of red errors because I use spaces in the start and stop tokens
{{
. I'm not a vim expert and this is my first fix on a vim plugin 😃so maybe I'm wrong.I use too different ways that got error from the plugin:
{{- statement_here
and ending withstatement_here -}}
{{ statement_here
and ending withstatement_here }}
. If in the two cases I remove the spaces there is no error by the plugin, but as far as I know gotpl I can use spaces.