From 21ddffb9e0b58203478f7aca79f863f30475cbb0 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 19 Oct 2021 17:35:32 +0200 Subject: [PATCH] CHANGELOG 8292 --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 059f1bf24..916727248 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -82,6 +82,7 @@ Interactive improvements - Command substitutions no longer respect job control, instead running inside fish's own process group (:issue:`8172`). This more closely matches other shells, and improves :kbd:`Control-C` reliability inside a command substitution. - ``history`` and ``__fish_print_help`` now properly support ``less`` before version 530, including the version that ships with macOS. (:issue:`8157`). - ``help`` now knows which section is in which document again (:issue:`8245`). +- fish's highlighter will now color options (starting with ``-`` or ``--``) with the color given in the new $fish_color_option, up to the first ``--``. It falls back on $fish_color_param, so nothing changes for existing setups (:issue:`8292`). New or improved bindings ^^^^^^^^^^^^^^^^^^^^^^^^