vim2 compiling (but mostly commented out)

This commit is contained in:
Conrad Irwin 2023-12-08 18:47:14 +00:00
parent 7a9f764aa0
commit 32837d67be
146 changed files with 22013 additions and 10 deletions

View file

@ -86,7 +86,8 @@ mod test {
// no panic when blurring an editor in a different window.
cx.update_editor(|editor1, cx| {
editor1.focus_out(cx.handle().into_any(), cx);
todo!()
// editor1.focus_out(cx.handle().into_any(), cx);
});
}
}

View file

@ -1,3 +1,5 @@
#![allow(unused)]
#[cfg(test)]
mod test;