mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-22 07:31:17 -03:00
Tix fypo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user