Re: [patch] ksh: autocomplete special characters

2010-04-04 Thread Matthew Haub
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 ==

Re: [patch] ksh: autocomplete special characters

2010-04-03 Thread patrick keshishian
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

Re: [patch] ksh: autocomplete special characters

2010-04-03 Thread Matthew Haub
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

[patch] ksh: autocomplete special characters

2010-04-03 Thread Matthew Haub
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