Implement Outline::search
This commit is contained in:
@@ -1917,7 +1917,7 @@ impl BufferSnapshot {
|
||||
})
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
Some(Outline(items))
|
||||
Some(Outline::new(items))
|
||||
}
|
||||
|
||||
pub fn enclosing_bracket_ranges<T: ToOffset>(
|
||||
|
||||
Reference in New Issue
Block a user