]> granicus.if.org Git - vim/commitdiff
patch 8.1.1551: warning for shadowing popup_dragwin v8.1.1551
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Jun 2019 21:10:30 +0000 (23:10 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Jun 2019 21:10:30 +0000 (23:10 +0200)
Problem:    Warning for shadowing popup_dragwin. (Dominique Pelle)
Solution:   Add missing change.

src/ui.c
src/version.c

index 9e387b4ceaf4574bbf6af55c66a100e54f024191..db878e61a1b1473af7cf9a18313c29f8fea842fe 100644 (file)
--- 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;
index 96670c6fb8539141e6c5031be3ea722f8ba53d27..b213bda110e62ac2da9da1c7c453c77ac20a6814 100644 (file)
@@ -777,6 +777,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1551,
 /**/
     1550,
 /**/