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 6c009a3 commit 1748c7fCopy full SHA for 1748c7f
2 files changed
src/screen.c
@@ -9345,7 +9345,7 @@ screenalloc(int doclear)
9345
TabPageIdxs = new_TabPageIdxs;
9346
#ifdef FEAT_TEXT_PROP
9347
popup_mask = new_popup_mask;
9348
- vim_memset(popup_mask, 0, screen_Rows * screen_Columns * sizeof(short));
+ vim_memset(popup_mask, 0, Rows * Columns * sizeof(short));
9349
popup_mask_refresh = TRUE;
9350
#endif
9351
src/version.c
@@ -767,6 +767,8 @@ static char *(features[]) =
767
768
static int included_patches[] =
769
{ /* Add new patch number below this line */
770
+/**/
771
+ 1495,
772
/**/
773
1494,
774
0 commit comments