commit | 6c17543b5634ccccedfbffa4993e9fbd4a990067 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 23:10:30 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 23:10:30 2019 +0200 |
tree | 6d5bad41d9e9f455a0fb5d494cd86fe7158d6511 | |
parent | 51c313104096c7af5024aebbf295f7f03486874b [diff] [blame] |
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/version.c b/src/version.c index 96670c6..b213bda 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1551, +/**/ 1550, /**/ 1549,