mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-13 23:12:45 +08:00
functions/__fish_cancel_commandline: Follow rename of bind function
See #10935
This commit is contained in:
parent
eab9e647f4
commit
4e13ce33c5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user