Skip to content

Conversation

@m4rch3n1ng
Copy link
Contributor

previously, when opening multiple files via --vsplit, it would hang indefinitely since #13620, as that would cause the DocumentLostFocus to be called, which would cause job::dispatch_blocking, which would then do JOBS.wait(), which would never be initialized, as it would not reach the Jobs::new() call further down in the file.

fixes #14758.

@the-mikedavis the-mikedavis merged commit a79292b into helix-editor:master Nov 9, 2025
7 checks passed
@m4rch3n1ng m4rch3n1ng deleted the initialize-jobs-earlier branch November 9, 2025 20:52
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

Successfully merging this pull request may close these issues.

hx --vsplit file1 file2 hangs after 66737c6a4fda8edf478519d46731c9c793b94746

2 participants