On 10/14/07, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > Can you provide us with the three files you were diffing?
Sure. I was just diffing 3 source files of vim. Admittedly it does not make much sense to diff those 3 following files but I was looking for bugs in vim, and doing so, I found one. This is what I wrote in the first email of this thread: ===================== I can reproduce the problem by diffing 3 vim source files for example: $ cd vim7/src $ valgrind ./vim -u NONE -U NONE -d syntax.c spell.c screen.c 2> vg.log ===================== I tried to come up a smaller test case (3 simple files if possible) but I could not find what kind of difference triggers the bug. I can spend more time trying to find a simple test case if needed. In any case, diffing the 3 above vim source files triggers the bug. -- Dominique --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
