Re: [PATCH 09/12] pretty: add %C(auto) for auto-coloring on the next placeholder

2013-03-17 Thread Eric Sunshine
On Fri, Mar 15, 2013 at 10:24 PM, Nguyễn Thái Ngọc Duy wrote: > This is not simply convenient over $C(auto,xxx). Some placeholders s/\$/%/ > (actually only one, %d) do multi coloring and we can't emit a multiple > colors with %C(auto,xxx). > > diff --git a/Documentation/pretty-formats.txt > b/D

[PATCH 09/12] pretty: add %C(auto) for auto-coloring on the next placeholder

2013-03-15 Thread Nguyễn Thái Ngọc Duy
This is not simply convenient over $C(auto,xxx). Some placeholders (actually only one, %d) do multi coloring and we can't emit a multiple colors with %C(auto,xxx). Signed-off-by: Nguyễn Thái Ngọc Duy --- Documentation/pretty-formats.txt | 3 ++- pretty.c | 15 +++