Review fixes
This commit is contained in:
parent
20c97637a4
commit
45ea3d4c38
7 changed files with 111 additions and 150 deletions
|
@ -200,7 +200,7 @@ impl<'a> VimTestContext<'a> {
|
|||
self.editor.read_with(self.cx, |editor, cx| {
|
||||
let (empty_selections, non_empty_selections): (Vec<_>, Vec<_>) = editor
|
||||
.selections
|
||||
.interleaved::<usize>(cx)
|
||||
.all::<usize>(cx)
|
||||
.into_iter()
|
||||
.partition_map(|selection| {
|
||||
if selection.is_empty() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue