On Mar 28, 2008, at 11:43 AM, Paul Krizak wrote: > Note that in both cases, all that is needed is the trailing ".*" to > make the regex work. > So I have to agree with the others on this thread -- this isn't a > bug -- you are just not using a full-line regex, or perhaps you've > gotten yourself confused with :set list versus what's actually in > your code.
Sorry, but putting .* afterwards is inaccurate for the line. It is a full line match. There is nothing after the 1 on that line. And in particular, this bug does not occur without two tabs. The same line with a tab and space works fine without the trailing .* -- Jo Rhett Net Consonance : consonant endings by net philanthropy, open source and other randomness _______________________________________________ Bug-cfengine mailing list [email protected] https://cfengine.org/mailman/listinfo/bug-cfengine
