From b535213ac0f17c8bbdbecb3cc11a8b1ab9cc6d7b Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Wed, 27 Mar 2024 22:13:27 +0100 Subject: [PATCH] CHANGELOG abbr decorators --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ba4c5a990..a657e13cc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -74,6 +74,7 @@ Interactive improvements - `fish_vi_cursor` now works properly inside the prompt created by builtin ``read`` (:issue:`10088`). - fish no longer fails to open a fifo if interrupted by a terminal resize signal (:issue:`10250`). - ``read --help`` and friends no longer ignore redirections. This fixes a regression in version 3.1 (:issue:`10274`). +- Command abbreviations (those with ``--position command`` or without a ``--position``) now also expand after decorators like ``command`` (:issue:`10396`). New or improved bindings ^^^^^^^^^^^^^^^^^^^^^^^^