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. -- Erik Falor Registered Linux User #445632 http://linuxcounter.net
pgpzsyZcVgHy9.pgp
Description: PGP signature
