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

If it exceeds 65535 on one line it will no longer match. #168

Open
slowkin opened this issue Dec 23, 2016 · 1 comment
Open

If it exceeds 65535 on one line it will no longer match. #168

slowkin opened this issue Dec 23, 2016 · 1 comment

Comments

@slowkin
Copy link

slowkin commented Dec 23, 2016

example file

test.txt

aaa...aaa[exceeds 65535]
qqq

test command

pt --nogroup --nocolor --ignore-case --skip-vcs-ignores --home-ptignore --depth 99 --hidden -e qqq .

request

I want you to match even if there are long lines. please.

environment

pt version 2.1.4
pt_windows_amd64.zip

@slowkin
Copy link
Author

slowkin commented Dec 23, 2016

And I want you to match also in the following cases.

example file

test2.txt

aaa...aaa[exceeds 65535]zzz
qqq

test command

pt --nogroup --nocolor --ignore-case --skip-vcs-ignores --home-ptignore --depth 99 --hidden -e zzz .

request

I want you to match everything. Even a huge file.

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

1 participant