]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.466 v7.4.466
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Oct 2014 08:44:37 +0000 (10:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Oct 2014 08:44:37 +0000 (10:44 +0200)
Problem:    CTRL-W } does not open preview window. (Erik Falor)
Solution:   Don't set g_do_tagpreview for CTRL-W }.

src/version.c
src/window.c

index c502cdc4b86bbdbb24a811a6726571445b87af74..6417a491d8363b21f279a34d278738ae2f8ab954 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    466,
 /**/
     465,
 /**/
index 5a2d8a42b5d17810c92c56f175cba485ac5943f8..fda9199b2e3802eeaaaefbff6c99317b95e44098 100644 (file)
@@ -485,7 +485,8 @@ newwindow:
                else
                    postponed_split = -1;
 #ifdef FEAT_QUICKFIX
-               g_do_tagpreview = 0;
+               if (nchar != '}')
+                   g_do_tagpreview = 0;
 #endif
 
                /* Execute the command right here, required when "wincmd ]"