tomtom/tlib_vim

Error when expanding File in .pm file

aghast opened this issue · 1 comments

If I create a new .pm buffer:

:e new.pm

and then insert "File" (or "Author") into the buffer and C-, I get this error:

Error detected while processing function XPTemplateStart..<SNR>66_Popup..<SNR>66_DoStart..<SNR>66_RenderSnippet..<SNR>66_NewRenderContext..XPT#classNew..<SNR>56_New:
line   39:
E713: Cannot use empty key for Dictionary
Press ENTER or type command to continue

The template IS expanded, though - so I am not sure what problem the error is reporting.

If I use a C template, with a new 'xpt.c' file, then I do not see the errors.

Nevermind - wrong repo.