Hello,
On Sat, Apr 03, 2010 at 11:33:56PM -0700, patrick keshishian wrote:
> Above switch statement doesn't conform with style(9). Also
> it is missing "break;".
Here is the updated patch conforming to style(9).
Thank you,
Matthew
Index: edit.c
==
On Sun, Apr 04, 2010 at 02:23:35PM +0930, Matthew Haub wrote:
> Hello,
>
> On Sun, Apr 04, 2010 at 11:41:56AM +0930, Matthew Haub wrote:
> > The following patch fixes ksh autocomplete support for files within
> > directories containing []:`$= characters. This also fixes the problem
> > ray@ was ex
Hello,
On Sun, Apr 04, 2010 at 11:41:56AM +0930, Matthew Haub wrote:
> The following patch fixes ksh autocomplete support for files within
> directories containing []:`$= characters. This also fixes the problem
> ray@ was experiencing with the back quotes in PR user/6006.
Here's the same patch wi
Hello,
The following patch fixes ksh autocomplete support for files within
directories containing []:`$= characters. This also fixes the problem
ray@ was experiencing with the back quotes in PR user/6006.
Matthew
Index: edit.c
===
R