Blank line added to end of template
I've got a template for C/C++ code. When I create a new .c file, the template is processed correctly, except that an extra blank line is appended (this seems to happen for all the other templates too).
I tried to add the command execute line('$') . "d _" after the process of ExpandLanguageTemplates, but it didn't work.
Any suggestions? Thanks!
It works correctly if I didn't make sure the first line is blank line.
Duplicates #15
Closes #15
Can you raise a PR for this
Hi,
Is the PR that fixes the last blank line issued?