[Patch] fix minor bug in handling shellpipe and shellredir

2013-08-02 Fir de Conversatie LCD 47
Expansion of shellpipe and shellredir doesn't handle %%s as advertised. Probably nobody does that, but anyway, patch attached. /lcd diff -r 74301ef4297a src/ex_cmds.c --- a/src/ex_cmds.c Thu Aug 01 18:38:26 2013 +0200 +++ b/src/ex_cmds.c Fri Aug 02 12:34:43 2013 +0300 @@

Re: [Patch] fix minor bug in handling shellpipe and shellredir

2013-08-02 Fir de Conversatie Bram Moolenaar
LCD wrote: Expansion of shellpipe and shellredir doesn't handle %%s as advertised. Probably nobody does that, but anyway, patch attached. /lcd diff -r 74301ef4297a src/ex_cmds.c --- a/src/ex_cmds.c Thu Aug 01 18:38:26 2013 +0200 +++ b/src/ex_cmds.c Fri Aug 02 12:34:43