beeender / Comrade

Brings JetBrains/IntelliJ IDEs magic to Neovim with minimal setup.
GNU General Public License v3.0
285 stars 21 forks source link

neovim hangs while doing `:%s` #27

Open eyalk11 opened 2 years ago

eyalk11 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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