commit | 7c7f01e2b260c75d9996ca9ab621119eafe13a63 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 21:06:32 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 21:06:32 2019 +0200 |
tree | 03493ac830c55e0f2cbc97b8639fbc1608055ddf | |
parent | 451d4b5b7c7262631cd1f5057c75d6f5f5772fb1 [diff] [blame] |
patch 8.1.1521: when a popup window is closed the buffer remains Problem: When a popup window is closed the buffer remains. Solution: Wipe out the buffer.
diff --git a/src/version.c b/src/version.c index 8f3d086..28877cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1521, +/**/ 1520, /**/ 1519,