Re: [Fish-users] invalid options are not highlighted in red

2014-11-10 Thread David Adam
Presumably you could do something like this: ``` function complete complete --authoritative $argv end funcsave complete ``` I have not tested this. Make backups and ensure you have an alternative shell installed and enabled if you are going to try it, because you might need to delete

Re: [Fish-users] invalid options are not highlighted in red

2014-11-10 Thread Diego Zamboni
I think the complete inside the function should be builtin complete to ensure the native function is called. --Diego On Nov 10, 2014, at 1:59 AM, David Adam zanc...@ucc.gu.uwa.edu.au wrote: Presumably you could do something like this: ``` function complete complete --authoritative

Re: [Fish-users] invalid options are not highlighted in red

2014-11-10 Thread David Adam
Yes indeed! David Adam zanc...@ucc.gu.uwa.edu.au On Mon, 10 Nov 2014, Diego Zamboni wrote: I think the complete inside the function should be builtin complete to ensure the native function is called. --Diego On Nov 10, 2014, at 1:59 AM, David Adam zanc...@ucc.gu.uwa.edu.au wrote: