commit | e865dcbce1ea2fcdc172b7d47d320cd40f91b917 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 26 22:15:50 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 26 22:15:50 2019 +0200 |
tree | 63572f1c5aeda2762ca8c39dfe997d35a0701272 | |
parent | 7b73d7ebf71c9148c90a500116f25ec2314c7273 [diff] [blame] |
patch 8.1.1753: use of popup window mask is inefficient Problem: Use of popup window mask is inefficient. Solution: Precompute and cache the mask.
diff --git a/src/version.c b/src/version.c index 25bfd16..64f6a9e 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1753, +/**/ 1752, /**/ 1751,