From 7ecb0b78e94bad3fdc6885832fb339a2ffdd88bb Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 14 Oct 2021 17:02:42 +0200 Subject: [PATCH] Tix fypo --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9095b862c..059f1bf24 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -46,7 +46,7 @@ Scripting improvements - An oversight prevented all syntax checks from running on commands given to ``fish -c`` (:issue:`8171`). This includes checks like e.g. ``exec`` not being allowed in a pipeline and ``$$`` not being a valid variable. Most of these would have triggered an assert or other error before. - ``fish_indent`` now correctly reformats tokens that end with a backslash followed by a newline (:issue:`8197`). - ``set`` learned a new option ``--function`` to set a variable in the function's top scope. This should be a more familiar way of scoping variables and avoids issues with ``--local``, which is actually block-scoped (:issue:`565`, :issue:`8145`). -- ``_`` is now a reserved keyword (:isues:`8342`).:: +- ``_`` is now a reserved keyword (:issue:`8342`).:: function demonstration if true