-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
[WIP] Fix lockup #7249
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
[WIP] Fix lockup #7249
Conversation
It seems to fix the issue for :s/{\n but unfortunately the following still locks for me:
|
Yeah, you're right, thanks for testing. I can reproduce, but things look a bit weird... I can actually type Weird stuff! Might be connected to the order in which I'm doing things... |
(Note: Got a post notification via email, I can't see your answer here, so I'm quoting it). When I ran your case through gdb, it was stuck in this loop: https://github.com/KillTheMule/neovim/blob/e72bb7ba6303c7b56e508c99056de66d706d19b4/src/nvim/ex_cmds.c#L3419. This also makes sense because the loop contains a breakcheck, that's why we can interrupt with I'll dive in again tonight or so. |
Closed in favor of #7231. |
Attempt to fix #7244.