From 1c3efb9160665028a8c55a75a14205440a66dfb5 Mon Sep 17 00:00:00 2001 From: Nik Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Fri, 9 May 2025 17:28:52 +0100 Subject: [PATCH] fix: remove `` hint --- helix-term/src/ui/editor.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index 90c18fd6d..e7ffa5633 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -123,8 +123,7 @@ impl EditorView { ], [Left] vec![ Span::styled(":theme", theme.get("markup.raw")), - Span::styled("", theme.get("comment")), - " choose a theme".into(), + " choose a theme".into(), ], [Left] vec![ Span::styled("e", theme.get("markup.raw")),