Erik Falor wrote: > On Tue, Sep 23, 2014 at 01:49:02PM +0200, Bram Moolenaar wrote: > > > > Patch 7.4.454 > > Problem: When using a Visual selection of multiple words and doing > > CTRL-W_] > > it jumps to the tag matching the word under the cursor, not the > > selected text. (Patrick hemmer) > > This patch breaks the build when FEAT_QUICKFIX isn't defined. > > The assignment to g_do_tagpreview at window.c:487 is incorrect because > that variable is undefined. Line 487 should be guarded by #ifdef > FEAT_QUICKFIX.
Thanks for reporting the problem, I'll make a fix. -- Rule #1: Don't give somebody a tool that he's going to hurt himself with. /// 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/d/optout.
