mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
Apply suggestions from blaz for infobox
This commit is contained in:
parent
4c190ec9d9
commit
9effe71b7d
12 changed files with 11 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
use crate::text::StyledGrapheme;
|
||||
use helix_core::line_ending::str_is_line_ending;
|
||||
use helix_core::unicode::width::UnicodeWidthStr;
|
||||
use unicode_segmentation::UnicodeSegmentation;
|
||||
use unicode_width::UnicodeWidthStr;
|
||||
|
||||
const NBSP: &str = "\u{00a0}";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue