Consider this foo.fish file:

complete --command foo --no-files --short-option a --long-option
'an_example' --description 'example A'
complete --command foo --no-files --arguments '(sleep 5s)' --description
'slept'

Type in the shell

foo -

and press tab. 5 seconds pass, before we get the result. If I delete the
second line from foo.fish, the result is instantanious. AFAIK, the
--arguments should not be executed when fish is completing options for a
command.

Is this a serious bug or am I missing something?
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to