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? 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
Extra end pairing being created for { and ( when pasting text having these start pairing.
I tried this:
hx main.go
type item struct { StoryURL string }
type item struct ( StoryURL string )
I expected this to happen: Paste it normaly.
Instead, this happened: See that it becomes,
type item struct { StoryURL string } }
type item struct ( StoryURL string ) )
cat .cache/helix/helix.log 2022-04-08T13:55:37.895 helix_view::editor [ERROR] Failed to initialize the LSP for `source.go` { cannot find binary path }
Linux
foot
22.03
The text was updated successfully, but these errors were encountered:
Do you paste using SpaceP / Spacep?
If you paste through the terminal instead it usually causes indents and braces/quotes to break, since it's interpreted as separate keystrokes.
Sorry, something went wrong.
No. I paste the text in insert mode by Ctrl+Shift+V.
I just tried Space P/p. No issue with it.
See #1021 (comment)
Until the linked crossterm PR is merged, space-p is the go-to for pasting from clipboard.
No branches or pull requests
Summary
Extra end pairing being created for { and ( when pasting text having these start pairing.
Reproduction Steps
I tried this:
hx main.go
I expected this to happen:
Paste it normaly.
Instead, this happened:
See that it becomes,
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
foot
Helix Version
22.03
The text was updated successfully, but these errors were encountered: