Michael Davis 2 weeks ago committed by GitHub
commit c4dfba3750
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4218,6 +4218,10 @@ fn paste_impl(
return;
}
if mode == Mode::Insert {
doc.append_changes_to_history(view);
}
let repeat = std::iter::repeat(
// `values` is asserted to have at least one entry above.
values

Loading…
Cancel
Save