changeset 17103:cbb739777fd1 v8.1.1551

patch 8.1.1551: warning for shadowing popup_dragwin commit https://github.com/vim/vim/commit/6c17543b5634ccccedfbffa4993e9fbd4a990067 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 15 23:10:30 2019 +0200 patch 8.1.1551: warning for shadowing popup_dragwin Problem: Warning for shadowing popup_dragwin. (Dominique Pelle) Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jun 2019 23:15:05 +0200
parents 6a214d3f5ed6
children 06811bf5d3b9
files src/ui.c src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1551,
+/**/
     1550,
 /**/
     1549,