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

Missing $0 tab stop is placed at the beginning of the last line #235

Closed
takistakis opened this issue Jun 12, 2016 · 1 comment
Closed

Missing $0 tab stop is placed at the beginning of the last line #235

takistakis opened this issue Jun 12, 2016 · 1 comment

Comments

@takistakis
Copy link

For example expanding the following snippet

snippet snip
    test test test
    asdf asdf asdf

gives

test test test
|asdf asdf asdf

instead of

test test test
asdf asdf asdf|

This only happens with the new parser and the last commit that works properly seems to be 18d51dd. So the bug must have been introduced in df5dc35 though at this commit snippets don't get expanded at all.

@ajzafar
Copy link
Collaborator

ajzafar commented Jun 15, 2016

It was actually placing it at the beginning of the line after the snippet. How naughty. It's fixed now though! Thanks for the report!

@ajzafar ajzafar closed this as completed Jun 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants