editor: Open a singleton buffer when go to action results fit into a single excerpt#51461
Merged
editor: Open a singleton buffer when go to action results fit into a single excerpt#51461
Conversation
3053e42 to
a6ef488
Compare
a6ef488 to
f68aaa1
Compare
osiewicz
approved these changes
Mar 13, 2026
f68aaa1 to
26a0a99
Compare
cole-miller
reviewed
Mar 19, 2026
26a0a99 to
76f24f6
Compare
cole-miller
approved these changes
Mar 19, 2026
AmaanBilwar
pushed a commit
to AmaanBilwar/zed
that referenced
this pull request
Mar 20, 2026
…single excerpt (zed-industries#51461) Closes zed-industries#44203 Release Notes: - Go to definition (and similar actions) will now no longer open a multi buffer if there are multiple results that all fit into a single excerpt
toshmukhamedov
pushed a commit
to toshmukhamedov/zed
that referenced
this pull request
Mar 20, 2026
…single excerpt (zed-industries#51461) Closes zed-industries#44203 Release Notes: - Go to definition (and similar actions) will now no longer open a multi buffer if there are multiple results that all fit into a single excerpt
AmaanBilwar
pushed a commit
to AmaanBilwar/zed
that referenced
this pull request
Mar 23, 2026
…single excerpt (zed-industries#51461) Closes zed-industries#44203 Release Notes: - Go to definition (and similar actions) will now no longer open a multi buffer if there are multiple results that all fit into a single excerpt
Veykril
pushed a commit
that referenced
this pull request
Mar 30, 2026
This fixes a crash when navigating to multiple definitions in a singleton buffer (#51461). Release Notes: - N/A
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #44203
Release Notes: