Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank line added to end of template #119

Open
jgarbers opened this issue Jun 21, 2017 · 1 comment
Open

Blank line added to end of template #119

jgarbers opened this issue Jun 21, 2017 · 1 comment
Labels

Comments

@jgarbers
Copy link

I've got a template for Python code. When I create a new .py file, the template is processed correctly, except that an extra blank line is appended (this seems to happen for all the other templates too). The Python style checker I use complains about blank lines at the end of the file so I'd prefer it not to be there. Any suggestions? Thanks!

@aperezdc
Copy link
Owner

This looks related to the issue described in #115, which has to do with our logic around l:deleteLastLine in templates.vim:453. Let's keep this as a separate issue, as the described effect is different.

@aperezdc aperezdc added the bug label Jun 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants