From 4e13ce33c55c938fcb9fd412e941ef8ca1c9cb8d Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Wed, 22 Jan 2025 17:43:59 +0100 Subject: [PATCH] functions/__fish_cancel_commandline: Follow rename of bind function See #10935 --- share/functions/__fish_cancel_commandline.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/__fish_cancel_commandline.fish b/share/functions/__fish_cancel_commandline.fish index 6d1a37dc2..a5f1290ec 100644 --- a/share/functions/__fish_cancel_commandline.fish +++ b/share/functions/__fish_cancel_commandline.fish @@ -1,4 +1,4 @@ # This is meant to be bound to something like ctrl-c function __fish_cancel_commandline - commandline -f cancel-commandline-traditional + commandline -f cancel-commandline end