We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When selecting/searching with an invalid regex pattern, the "Invalid regex" prompt is only shown once you hit n (next), and not on enter.
n
I tried this:
s
[
I expected this to happen: I see the message Invalid regex: [ at the bottom
Invalid regex: [
Instead, this happened: I don't see the message until I hit n to go to next selection
please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines
Linux
Kitty
helix 22.05
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
When selecting/searching with an invalid regex pattern, the "Invalid regex" prompt is only shown once you hit
n
(next), and not on enter.Reproduction Steps
I tried this:
s
[
)I expected this to happen:
I see the message
Invalid regex: [
at the bottomInstead, this happened:
I don't see the message until I hit
n
to go to next selectionHelix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
Kitty
Helix Version
helix 22.05
The text was updated successfully, but these errors were encountered: