Menu

#19 pycmd exits on completion of (

closed
nobody
None
5
2012-10-26
2010-12-09
Anonymous
No

I want to run something under C:\Program Files (X86) so I type:
c:\Program Files (

and hit <tab>

pycmd exits

note: the '(' is important

Discussion

  • Horea Haitonic

    Horea Haitonic - 2010-12-13

    This was a problem in the escaping of the user input when creating the regexp used for wildcard matching -- well spotted!

    Fixed now in c8304d7bbf38a9ad49c2b8636905cd91e83d7928

     
  • bdumitriu

    bdumitriu - 2011-01-14

    The same problem appears when hitting <TAB> after a +. Reopening.

     
  • Horea Haitonic

    Horea Haitonic - 2011-02-10

    fe6a626d964d7fd3e585c9b54d79102836fd5260 adds '+', '^' and '$' to the list of characters to escape when turning a wildcard into a regexp.

     

Log in to post a comment.