This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Description
Hi,
Example of the issue:
test.txt content:
1
2
3
4
5
6
7
8
command:
select-string .\test.txt -pattern "5" -context 3
output when only pscolor module is loaded:
test.txt:5:5
output when no modules are loaded:
test.txt:2:2
test.txt:3:3
test.txt:4:4
> test.txt:5:5
test.txt:6:6
test.txt:7:7
test.txt:8:8
Thank you for your color module :)