functions/__fish_cancel_commandline: Follow rename of bind function

See #10935
This commit is contained in:
Fabian Boehm 2025-01-22 17:43:59 +01:00
parent 4c9dfcc5d7
commit fd3ed7cfa5

View File

@ -1,4 +1,4 @@
# This is meant to be bound to something like ctrl-c # This is meant to be bound to something like ctrl-c
function __fish_cancel_commandline function __fish_cancel_commandline
commandline -f cancel-commandline-traditional commandline -f cancel-commandline
end end