commit | 56095e1cebcdf7a4607c147e485f8a2e12578848 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 09 10:44:37 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 09 10:44:37 2014 +0200 |
tree | 4cafc1a8a5396d1d874ad8a40e140c6301aa48bc | |
parent | 21d89b610fe2d952a500eaf34cda03c276ef6db6 [diff] [blame] |
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 }.
diff --git a/src/window.c b/src/window.c index 5a2d8a4..fda9199 100644 --- a/src/window.c +++ b/src/window.c
@@ -485,7 +485,8 @@ 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 ]"