mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
70ba81e5b3
__fish_cancel_commandline was unused (even before) and has some issues
on multiline commandlines. Make it use the previously active logic.
Closes #10935
Cherry-picked from 5de6f4bb3d
4 lines
142 B
Fish
4 lines
142 B
Fish
# This is meant to be bound to something like ctrl-c
|
|
function __fish_cancel_commandline
|
|
commandline -f cancel-commandline-traditional
|
|
end
|