From 61a90deb8f8a295464f01431ef6d34e209731d4e Mon Sep 17 00:00:00 2001 From: Peter Ammon Date: Sat, 15 Jun 2024 11:50:35 -0700 Subject: [PATCH] Changelog fix to #10394 --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f44cfbc1d..09aaf83cd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -150,6 +150,7 @@ Interactive improvements - When a command like ``fg %2`` fails to find the given job, it no longer behaves as if no job spec was given (:issue:`9835`). - Redirection in command position like ``>echo`` is now highlighted as error (:issue:`8877`). - ``fish_vi_cursor`` now works properly inside the prompt created by builtin ``read`` (:issue:`10088`). +- When using vi key bindings, deleting in visual mode now moves the cursor back, matching vi (:issue:`10565`). - 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`). - Measuring a command with ``time`` now considers the time taken for command substitution (:issue:`9100`).