Change --event to --on-event (#549)

This commit is contained in:
Tobias Hernstig 2019-08-14 19:41:52 +02:00 committed by Jorge Bucaran
parent 24b4aaa55b
commit f3e87cf5f6

View file

@ -269,7 +269,7 @@ bind \cg "vi ~/.config/fish/fishfile"
set -l name (basename (status -f) .fish){_uninstall}
function $name --event $name
function $name --on-event $name
bind --erase \cg
end
```