Todd E Thomas <[email protected]> wrote: > Hey guys, I (may have) found a bug. I need someone to duplicate it for me. > > Basically, I can make Vim crash in a ruby script while adding a > string method. It only happens on *some* auto-completion > though - not all. For example:
..snip... > > What version of the product are you using? On what operating system? > Mac OS X (10.9); vim called within Terminal.app > $ vim --version > VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 26 2014 14:31:09) It's likely that the bug has already been fixed. There has been already 430 patches since Vim-7.4. Can you checkout the latest Vim from Mercurial, compile it and check whether it fixes your crash? Looking at the summary of patches here... ftp://ftp.vim.org/pub/vim/patches/7.4/README I see in particular this patch which is probably the same bug as yours: 7.4.003 memory access error in Ruby syntax highlighting Regards Dominique -- -- 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.
