mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 04:20:46 +00:00
🎨
This commit is contained in:
parent
f6b7cbd5cf
commit
afea5a3d5e
1 changed files with 1 additions and 1 deletions
|
@ -752,7 +752,7 @@ impl MultiBuffer {
|
|||
let edit_start = new_excerpts.summary().text.bytes;
|
||||
new_excerpts.update_last(
|
||||
|excerpt| {
|
||||
excerpt.has_trailing_newline = ranges.peek().is_some();
|
||||
excerpt.has_trailing_newline = true;
|
||||
prev_id = excerpt.id.clone();
|
||||
},
|
||||
&(),
|
||||
|
|
Loading…
Reference in a new issue