mirror of https://github.com/helix-editor/helix
append `set_line_ending` to document history (#2649)
parent
f7c27b604f
commit
4f3d0a7706
|
@ -376,6 +376,7 @@ fn set_line_ending(
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
doc.apply(&transaction, view.id);
|
doc.apply(&transaction, view.id);
|
||||||
|
doc.append_changes_to_history(view.id);
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue