commit | 2debf1c16b93f8693a785f675320d9e949c96a97 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 04 20:44:19 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 04 20:44:19 2019 +0200 |
tree | 5734e85cb84615af6c57aed4a7896543879488eb | |
parent | fb06d767a8d76eead5391302fc88115d6e3879d8 [diff] [blame] |
patch 8.1.1813: ATTENTION prompt for a preview popup window Problem: ATTENTION prompt for a preview popup window. Solution: Close the popup window if aborting the buffer load. Avoid getting the ATTENTION dialog.
diff --git a/src/version.c b/src/version.c index 71a14ad..7c9ba68 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1813, +/**/ 1812, /**/ 1811,