Re: [PATCH 2/2] Support empty string for conditional in format

2014-11-08 Thread Nicholas Marriott
Yes, applied, thanks On Sat, Nov 08, 2014 at 11:40:52AM +0100, Marc Finet wrote: > This could be useful to have string for conditional e.g. > automatic-rename-format #{?pane_title,pane_title,pane_current_command} > This patch makes such an emptry string trigger the second value. > --- > format.c

[PATCH 2/2] Support empty string for conditional in format

2014-11-08 Thread Marc Finet
This could be useful to have string for conditional e.g. automatic-rename-format #{?pane_title,pane_title,pane_current_command} This patch makes such an emptry string trigger the second value. --- format.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/format.c b/format.c in