commit | bf0eff0b724ebf4951f7ca82e6c648451f9f0c01 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 01 17:13:36 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 01 17:13:36 2019 +0200 |
tree | 3be6478692b535abb96b8fe3963137e15581b206 | |
parent | 2d247849ce612050ba1085df806746b23be1f0a3 [diff] [blame] |
patch 8.1.1441: popup window filter not yet implemented Problem: Popup window filter not yet implemented. Solution: Implement the popup filter.
diff --git a/src/version.c b/src/version.c index 96571af..4b472ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1441, +/**/ 1440, /**/ 1439,