GitViper icon indicating copy to clipboard operation
GitViper copied to clipboard

Tasklist bug

Open BeayemX opened this issue 6 years ago • 2 comments

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

image

BeayemX avatar Dec 06 '18 23:12 BeayemX

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 avatar Dec 07 '18 00:12 BeayemX

Test code for reproduction

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

BeayemX avatar Dec 07 '18 00:12 BeayemX