GitViper
GitViper copied to clipboard
Tasklist bug
When looking for print
it duplicates the keyword.
When looking for print(
everything works correctly...
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
)
Test code for reproduction
print("#1")
print("#2")
print("#3")