Re: Regular expression warning E54 when saving arbitrary files (backslash-issue) including FIX

2007-02-27 Thread Bram Moolenaar
Basti Grembowietz wrote: I'm glad you managed to figure out the problem and suggest a patch. However, I think this is the wrong place to fix it. The \( in 'backupskip' must be seen as a special item in the pattern, after all it is a list of patterns and \( is a regexp item. We

Re: Regular expression warning E54 when saving arbitrary files (backslash-issue) including FIX

2007-02-26 Thread Basti Grembowietz
Am 26.02.2007 um 00:22 schrieb Basti Grembowietz: Am 25.02.2007 um 17:42 schrieb Bram Moolenaar: ... WANTED BEHAVIOUR: file_pat_to_reg_pat should convert C:\DOKUME~1\(rax)\LOKALE~1\Temp\ to ^C:[\/]DOKUME\~1[\/](rax)[\/]LOKALE\~1[\/]Temp[\/] CURRENT BEHAVIOUR: file_pat_to_reg_pat converts

Re: Regular expression warning E54 when saving arbitrary files (backslash-issue) including FIX

2007-02-25 Thread Bram Moolenaar
Basti Grembowietz wrote: Hi vim-developers! I have a small bug-report with including fix. WHAT: On my home PC the saving of a file always raised two E54 warnings. Yesterday this was annoying to much (having to press some key before working on normally, so I investigated a bit.