Skip to content

Commit 6c17543

Browse files
committed
patch 8.1.1551: warning for shadowing popup_dragwin
Problem: Warning for shadowing popup_dragwin. (Dominique Pelle) Solution: Add missing change.
1 parent 51c3131 commit 6c17543

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/ui.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2929,7 +2929,6 @@ jump_to_mouse(
29292929
#endif
29302930
#ifdef FEAT_TEXT_PROP
29312931
static int in_popup_win = FALSE;
2932-
static win_T *popup_dragwin = NULL;
29332932
#endif
29342933
static int prev_row = -1;
29352934
static int prev_col = -1;

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,8 @@ static char *(features[]) =
777777

778778
static int included_patches[] =
779779
{ /* Add new patch number below this line */
780+
/**/
781+
1551,
780782
/**/
781783
1550,
782784
/**/

0 commit comments

Comments
 (0)