Menu

#1 Icomplete-0.3 does not work for some version of regex lib

open
nobody
None
5
2006-03-02
2006-03-02
dearvoid
No

On Redhat Linux 9.0, the regex function does not
support "\s" so icomplete does not work. For better
compatibility, use "[[:space:]]" or "[<space><tab>]"
instead of "\s".

The attached file is my patch file.

Discussion

  • dearvoid

    dearvoid - 2006-03-02

    Recommended fix

     
  • maxauthority

    maxauthority - 2006-04-07

    Logged In: YES
    user_id=775197

    Thanks for the bug report.

    Please try current cvs version, since it includes a
    completely new handwritten include file parser.

    However your problem with \s may also appear in other regex's.

     

Log in to post a comment.