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

neovim hangs while doing :%s #27

Open
eyalk11 opened this issue Oct 12, 2021 · 2 comments
Open

neovim hangs while doing :%s #27

eyalk11 opened this issue Oct 12, 2021 · 2 comments

Comments

@eyalk11
Copy link

eyalk11 commented Oct 12, 2021

Hi,
This is not conclusive, but when doing :%s with preview on synced file, after pressing enter, neovim was hanged.
It happened 3 times. When I did /gc, it went OK. I don't really see external reason for this..

@satiricon
Copy link

satiricon commented Jan 19, 2022

I was able to replicate this. Neovim hanged when doing :%s/<search>//g. However, when I added a character in the "replace with" place (ej. :%s/<search>/<space>/g everything worked out

@hdubbs
Copy link

hdubbs commented Apr 3, 2022

I was also able to replicate this on Windows 10, but I have not found a fix so far. When using :%s/<search>/<replace>/g or the /gc option comrade crashes. A connection can only be re-established by restarting PyCharm. Even closing the connection in PyCharm doesn't work.

PyCharm: 2020.3
NVim: v0.6.1

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

3 participants