Hi, On Sat, Feb 9, 2019 at 2:22 AM Dominique Pellé <[email protected]> wrote: > > With vim-8.1.884, valgrind gives these errors: >
Thanks for sending out the valgrind log. I do have the fix for this crash and another subsequent crash. It is at https://github.com/vim/vim/compare/master...yegappan:qfsetidx After fixing these crashes, I found that when you select a file from the location list window, the selected file is opened. But the cursor is not positioned at the correct line. I am working on fixing this. I will create a pull request after fixing this. Regards, Yegappan > > $ cat location-list-segv.vim > autocmd WinEnter * only > silent lgrep /foo/ location-list-segv.vim > lopen > > $ valgrind ./vim --clean -S location-list-segv.vim 2> vg.log > > And vg.log contains: > -- -- 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.
