Initial hacky displaying of git gutter in multi-buffers
This commit is contained in:
parent
461c2400ad
commit
00b7c78e33
4 changed files with 76 additions and 13 deletions
|
@ -597,6 +597,10 @@ where
|
|||
self.cursor.item()
|
||||
}
|
||||
|
||||
pub fn item_summary(&self) -> Option<&'a T::Summary> {
|
||||
self.cursor.item_summary()
|
||||
}
|
||||
|
||||
pub fn next(&mut self, cx: &<T::Summary as Summary>::Context) {
|
||||
self.cursor.next_internal(&mut self.filter_node, cx);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue