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

Tasklist bug #19

Open
BeayemX opened this issue Dec 6, 2018 · 2 comments
Open

Tasklist bug #19

BeayemX opened this issue Dec 6, 2018 · 2 comments
Assignees
Labels

Comments

@BeayemX
Copy link
Owner

BeayemX commented Dec 6, 2018

When looking for print it duplicates the keyword.
When looking for print( everything works correctly...

image

@BeayemX BeayemX added the bug label Dec 6, 2018
@BeayemX BeayemX self-assigned this Dec 6, 2018
@BeayemX
Copy link
Owner Author

BeayemX commented Dec 7, 2018

Did occur when using strip-comment-symbols = 1 in .gitviper/config because the print statements include a stripable character (it should print #1, #2, #3)

@BeayemX
Copy link
Owner Author

BeayemX commented Dec 7, 2018

Test code for reproduction

print("#1")
print("#2")
print("#3")

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

1 participant