franciscolourenco / done

A fish-shell package to automatically receive notifications when long processes finish.
MIT License
770 stars 70 forks source link

Unknown command '__done_get_window_id' #34

Closed jeLee6gi closed 6 years ago

jeLee6gi commented 6 years ago

done 1.7 tries to call __done_get_window_id but that function does not seem to be defined. Is it supposed to be __done_get_focused_window_id?

> true
fish: Unknown command '__done_get_window_id'
~/.config/fish/conf.d/done.fish (line 1): 
__done_get_window_id
^
in command substitution
    called on line 62 of file ~/.config/fish/conf.d/done.fish

in function “__done_started”
    called on standard input
    with parameter list “true”

in event handler: handler for generic event “fish_preexec”
franciscolourenco commented 6 years ago

Thanks for reporting @jeLee6gi and thanks for fixing @grimpy. Fixed in 1.7.1