From 64eaf09fa36c717bea6b5003ed66483cea80149c Mon Sep 17 00:00:00 2001 From: gibbz00 Date: Thu, 16 Feb 2023 22:43:04 +0100 Subject: [PATCH] Theme::default impl comment --- helix-view/src/theme.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/helix-view/src/theme.rs b/helix-view/src/theme.rs index bef59fa3cde6..37c80dad8606 100644 --- a/helix-view/src/theme.rs +++ b/helix-view/src/theme.rs @@ -72,6 +72,7 @@ impl Theme { } } + // HELP: don't know why, this in a impl Default block makes Helix hang on startup. pub fn default() -> Theme { if Self::get_true_color_support() { DEFAULT_THEME.clone()