James McCoy wrote: > On Tue, Aug 13, 2013 at 09:03:36PM +0200, Dominique Pellé wrote: > > I could narrow it down further. I can reproduce it with: > > > > # Create a file (6 space and a x, bug does not happen with less than 6 > > spaces): > > $ echo " x" > foo > > $ valgrind --log-file=valgrind.log vim -u NONE -N -c 'syn on' foo.rb > > > > Then in Vim-7.4 (huge, Linux x86_64) search for: > > /\%(\%(\.\@<!\.\)\@<!\|::\)\_s*\zs\%(MatchingData\|ARGF\|ARGV\|ENV\)\>\%(\s*(\)\@! > > > > and observe errors in valgrind.log. > > The attached patch fixes this.
Thanks! -- >From "know your smileys": |-P Reaction to unusually ugly C code /// 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/groups/opt_out.
