mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-14 05:32:45 +08:00
functions/__fish_cancel_commandline: Follow rename of bind function
See #10935
This commit is contained in:
parent
4c9dfcc5d7
commit
fd3ed7cfa5
|
@ -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