Merge pull request #1187 from Shougo/vim-patch-7.4.361

vim-patch:7.4.361
This commit is contained in:
Justin M. Keyes 2014-09-19 16:09:00 -04:00
commit 8eef40deaf
2 changed files with 3 additions and 1 deletions

View File

@ -541,7 +541,9 @@ static int pum_set_selected(int n, int repeat)
if ((p_pvh > 0) && (p_pvh < g_do_tagpreview)) {
g_do_tagpreview = p_pvh;
}
RedrawingDisabled++;
resized = prepare_tagpreview(false);
RedrawingDisabled--;
g_do_tagpreview = 0;
if (curwin->w_p_pvw) {

View File

@ -234,7 +234,7 @@ static int included_patches[] = {
//364,
//363,
362,
//361,
361,
//360,
//359,
358,