Merge remote-tracking branch 'origin/main' into vi-editor

This commit is contained in:
Jeremy Soller 2023-11-17 08:30:08 -07:00
commit 66a6803cf8
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
3 changed files with 8 additions and 3 deletions

View file

@ -345,6 +345,7 @@ fn shape_skip(
.map(|(i, codepoint)| {
let glyph_id = charmap.map(codepoint);
let x_advance = glyph_metrics.advance_width(glyph_id);
let attrs = attrs_list.get_span(i);
ShapeGlyph {
start: i,