Add action to go to next/previous git diff in editor
Co-Authored-By: Kay Simmons <kay@zed.dev>
This commit is contained in:
parent
8a095d0a55
commit
c4b21a0ab5
9 changed files with 229 additions and 120 deletions
|
@ -594,7 +594,6 @@ impl<'a> MutableSelectionsCollection<'a> {
|
|||
self.select_anchors(selections)
|
||||
}
|
||||
|
||||
#[cfg(any(test, feature = "test-support"))]
|
||||
pub fn select_display_ranges<T>(&mut self, ranges: T)
|
||||
where
|
||||
T: IntoIterator<Item = Range<DisplayPoint>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue