On Sun, Apr 7, 2019 at 1:26 PM Tony Mechelynck <[email protected]> wrote: > > On Sun, Apr 7, 2019 at 12:05 PM Bram Moolenaar <[email protected]> wrote: > > > > > > Patch 8.1.1134 > > Problem: Buffer for quickfix window is reused for another file. > > Solution: Don't reuse the quickfx buffer. (Yegappan Lakshmanan) > > Files: src/buffer.c, src/testdir/test_quickfix.vim > > Link error in Tiny and Small, at the same offset in both: > > buffer.c:(.text+0xc27): undefined reference to `bt_quickfix'
P.S. I forgot to mention that the previous line in the linker output says that this happens in the function curbuf_reusable of objects/buffer.o > > No error in .c (C source) to .o (linkable object) compile phase, or in > +eval builds. > > Best regards, > Tony. -- -- 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.
