Christian Brabandt wrote: > I have a large csv file, that seems to be corrupted, since there are > many consecutive ASCII NULLs characters, that shouldn't be there. > To get an overview, I searched for the pattern /\%d0\+ to find all > consecutive NULLs. This however resulted in an error E363 (translated > roughtly to "pattern needs more memory than 'maxmempattern'). > Interestingly, searching for /[\u0]\+ worked as expected and did not > result in error E363. > > Also noteworthy, when setting the verbose option, I see, this is > actually caused by the old RE engine as it outputs "Switching to > backtracking RE engine for pattern [\u0]\+" And when manually setting > re=2, both patterns work. > > I think this is a bug, but haven't had time to investigate this yet (and > I cannot share the data file).
I could not reproduce this problem. I'll remove it from the todo list. If you can find a reproducible example we can look into it. -- hundred-and-one symptoms of being an internet addict: 223. You set up a web-cam as your home's security system. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
