From 2b41f132beee362b266e6ee8bbd290e0c996bef8 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Tue, 28 Apr 2026 15:40:56 +0800 Subject: [PATCH] Remove obsolete comment working around late fish_indent bug --- share/functions/fish_config.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/share/functions/fish_config.fish b/share/functions/fish_config.fish index 2a34b8ae7..89ccc44aa 100644 --- a/share/functions/fish_config.fish +++ b/share/functions/fish_config.fish @@ -382,7 +382,6 @@ function __fish_config_theme_choose end end if not $need_hook || test -n "$fish_terminal_color_theme" || - # comment to work around fish_indent bug { $theme_is_color_theme_aware && test -z "$fish_terminal_color_theme" }