comparison src/window.c @ 6264:521c49b6de9d v7.4.466

updated for version 7.4.466 Problem: CTRL-W } does not open preview window. (Erik Falor) Solution: Don't set g_do_tagpreview for CTRL-W }.
author Bram Moolenaar <bram@vim.org>
date Thu, 09 Oct 2014 10:44:37 +0200
parents d5eba03293a6
children 1f9577e9ef1b
comparison
equal deleted inserted replaced
6263:cccfbf3fd5c0 6264:521c49b6de9d
483 if (Prenum) 483 if (Prenum)
484 postponed_split = Prenum; 484 postponed_split = Prenum;
485 else 485 else
486 postponed_split = -1; 486 postponed_split = -1;
487 #ifdef FEAT_QUICKFIX 487 #ifdef FEAT_QUICKFIX
488 g_do_tagpreview = 0; 488 if (nchar != '}')
489 g_do_tagpreview = 0;
489 #endif 490 #endif
490 491
491 /* Execute the command right here, required when "wincmd ]" 492 /* Execute the command right here, required when "wincmd ]"
492 * was used in a function. */ 493 * was used in a function. */
493 do_nv_ident(Ctrl_RSB, NUL); 494 do_nv_ident(Ctrl_RSB, NUL);