CHANGELOG fish_color_keyword

This commit is contained in:
Fabian Homborg 2021-02-07 21:20:20 +01:00
parent b3626d48e7
commit 48b3b826aa

View File

@ -222,6 +222,7 @@ Interactive improvements
- Syntax highlighting can now color a command as invalid even if executed quickly (:issue:`5912`) - Syntax highlighting can now color a command as invalid even if executed quickly (:issue:`5912`)
- fish is now more resilient against broken terminal modes (:issue:`7133`, :issue:`4873`). - fish is now more resilient against broken terminal modes (:issue:`7133`, :issue:`4873`).
- fish handles being in control of the TTY without owning its own process group better, avoiding some hangs in special configurations (:issue:`7388`). - fish handles being in control of the TTY without owning its own process group better, avoiding some hangs in special configurations (:issue:`7388`).
- Keywords can now be colored differently by setting the ``fish_color_keyword`` variable (but ``fish_color_command`` will still be used if it is unset) (:issue:`7678`).
New or improved bindings New or improved bindings
^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^