
26 Feb
2012
26 Feb
'12
12:15 p.m.
On 02/26/2012 05:18 PM, Gwern Branwen wrote:
On Sun, Feb 26, 2012 at 7:16 AM, Steffen Schuldenzucker
wrote: Hey Guys,
a tiny fix. Contributing never felt this painless. Awesome work, really!
-- Steffen
1 patch for repository http://code.haskell.org/XMonadContrib:
Sun Feb 26 11:52:29 CET 2012 Steffen Schuldenzucker
* Prompt.Directory: fix completion for paths containing whitespace Are you sure that works right? It looks a little dodgy - for example, is it right to match only on ' ' and not use something like Data.Char.isSpace?
Naah, of course you're right. In particular, it will drop backslashs from directories containing ones. I'll fix it as soon as I find some time.