From: Bram Moolenaar Date: Sat, 15 Jun 2019 21:10:30 +0000 (+0200) Subject: patch 8.1.1551: warning for shadowing popup_dragwin X-Git-Tag: v8.1.1551 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c17543b5634ccccedfbffa4993e9fbd4a990067;p=thirdparty%2Fvim.git patch 8.1.1551: warning for shadowing popup_dragwin Problem: Warning for shadowing popup_dragwin. (Dominique Pelle) Solution: Add missing change. --- diff --git a/src/ui.c b/src/ui.c index 9e387b4cea..db878e61a1 100644 --- a/src/ui.c +++ b/src/ui.c @@ -2929,7 +2929,6 @@ jump_to_mouse( #endif #ifdef FEAT_TEXT_PROP static int in_popup_win = FALSE; - static win_T *popup_dragwin = NULL; #endif static int prev_row = -1; static int prev_col = -1; diff --git a/src/version.c b/src/version.c index 96670c6fb8..b213bda110 100644 --- a/src/version.c +++ b/src/version.c @@ -777,6 +777,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1551, /**/ 1550, /**/