diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-06-15 23:10:30 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-06-15 23:10:30 +0200 |
commit | 6c17543b5634ccccedfbffa4993e9fbd4a990067 (patch) | |
tree | 6d5bad41d9e9f455a0fb5d494cd86fe7158d6511 /src/ui.c | |
parent | 51c313104096c7af5024aebbf295f7f03486874b (diff) | |
download | vim-git-6c17543b5634ccccedfbffa4993e9fbd4a990067.tar.gz |
patch 8.1.1551: warning for shadowing popup_dragwinv8.1.1551
Problem: Warning for shadowing popup_dragwin. (Dominique Pelle)
Solution: Add missing change.
Diffstat (limited to 'src/ui.c')
-rw-r--r-- | src/ui.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |