On Mon, Mar 16, 2015 at 11:17:37PM -0700, Alex Wang wrote:
> Modifying $COMP_WORDBREAKS in completion script is not the recommended
> as it is a global variable and the modification could affect the behavior
> of other completion scripts.  As a workaround, this commit uses the
> _get_comp_words_by_ref which allows user to exclude characters out of
> $COMP_WORDBREAKS and reassemble input command line.  However, as a side
> effect, the bash completion module cannot handle ':' and '=' correctly
> in the resulting completions.  Thusly, we need to remove those
> completions.  This will reduce the functionality of some fancy completions.
> For example, COLUMN?:KEY=VALUE will not complete on KEY and VALUE.
> 
> Signed-off-by: Alex Wang <al...@nicira.com>

Peter, will you review this?

Thanks,

Ben.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to