On Thu, Sep 27, 2012 at 01:42:25AM +0400, Alexander Polakov wrote: > I sent this diff in 2011 (?) with a bunch of other diffs. > It fixes tab completion for filenames containing special > characters like [], () and so. > > This code affects interactive mode only, and I don't know a way > to do automated testing of this. Suggestions welcome. > Seems to be working for me! Tested with the below:
$ touch bad\]file $ rm ba<tab> - which expands to- $ rm bad\]file $ > > > -- > open source wizard
