Relnote fix for 7723

This commit is contained in:
ridiculousfish 2021-02-17 15:49:06 -08:00
parent 8648f52857
commit 9db51e7156

View File

@ -274,6 +274,7 @@ Interactive improvements
- Keywords can now be colored differently by setting the ``fish_color_keyword`` variable (``fish_color_command`` is used as a fallback) (:issue:`7678`).
- Just like new ``fish_indent``, the interactive reader will indent continuation lines that follow a line ending in a backslash, ``|``, ``&&`` or ``||`` (:issue:`7694`).
- Commands with a trailing escaped space are saved in history correctly (:issue:`7661`).
- ``fish_prompt`` no longer mangles Unicode characters in the private-use range U+F600-U+F700. (:issue:`7723`).
New or improved bindings
^^^^^^^^^^^^^^^^^^^^^^^^