We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fceaa commit 50e5376Copy full SHA for 50e5376
2 files changed
src/popupmnu.c
@@ -582,7 +582,9 @@ pum_set_selected(int n, int repeat)
582
583
if (curwin->w_p_pvw)
584
{
585
- if (curbuf->b_fname == NULL
+ if (!resized
586
+ && curbuf->b_nwindows == 1
587
+ && curbuf->b_fname == NULL
588
&& curbuf->b_p_bt[0] == 'n' && curbuf->b_p_bt[2] == 'f'
589
&& curbuf->b_p_bh[0] == 'w')
590
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 47,
769
/**/
770
46,
771
0 commit comments