Review fixes

This commit is contained in:
Keith Simmons 2022-05-13 15:49:14 -07:00
parent 20c97637a4
commit 45ea3d4c38
7 changed files with 111 additions and 150 deletions

View file

@ -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() {