mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 06:18:16 +00:00
vim-patch:7.4.466
Problem: CTRL-W } does not open preview window. (Erik Falor) Solution: Don't set g_do_tagpreview for CTRL-W }. https://code.google.com/p/vim/source/detail?r=v7-4-466
This commit is contained in:
@@ -272,6 +272,7 @@ static int included_patches[] = {
|
|||||||
//469 NA
|
//469 NA
|
||||||
468,
|
468,
|
||||||
467,
|
467,
|
||||||
|
466,
|
||||||
//465 NA
|
//465 NA
|
||||||
//464 NA
|
//464 NA
|
||||||
463,
|
463,
|
||||||
|
@@ -371,7 +371,10 @@ newwindow:
|
|||||||
postponed_split = Prenum;
|
postponed_split = Prenum;
|
||||||
else
|
else
|
||||||
postponed_split = -1;
|
postponed_split = -1;
|
||||||
|
|
||||||
|
if (nchar != '}') {
|
||||||
g_do_tagpreview = 0;
|
g_do_tagpreview = 0;
|
||||||
|
}
|
||||||
|
|
||||||
// Execute the command right here, required when
|
// Execute the command right here, required when
|
||||||
// "wincmd ]" was used in a function.
|
// "wincmd ]" was used in a function.
|
||||||
|
Reference in New Issue
Block a user