commit | 03a9f848175b182372fb33403998059724a8bf31 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 13 13:40:16 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 13 13:40:16 2020 +0200 |
tree | 473f2bb5d40cffb5821443a2956a6c700c1fff44 | |
parent | d502aa4c10771ec8eb570345ec5e124c4a4b7cd0 [diff] [blame] |
patch 8.2.0747: cannot forcefully close all popups Problem: Cannot forcefully close all popups. Solution: Add the "force" argument to popup_clear(). Use it after running a test. Put back the check for a popup when editing a file.
diff --git a/src/version.c b/src/version.c index 37548b2..15956bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 747, +/**/ 746, /**/ 745,