commit | 5ca1ac373ae62b37152cb6f85916b402eda520a5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 15:39:28 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 15:39:28 2019 +0200 |
tree | 002e91e14351d0a5f19bd6d7645a831377be5867 | |
parent | bc2cfe4672d370330b8698d4d025697a9a6ec569 [diff] [blame] |
patch 8.1.1626: no test for closing a popup window with a modified buffer Problem: No test for closing a popup window with a modified buffer. Solution: Add a test. Add "popups" to getbufinfo().
diff --git a/src/version.c b/src/version.c index 157e9ec..e78733a 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1626, +/**/ 1625, /**/ 1624,