commit | 749fa0af85232be1d44b77a09161f71cdbace62c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 16:18:07 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 16:18:07 2019 +0200 |
tree | 1aae6e9a655399ecadba0db9e399323077e0d705 | |
parent | eda35f7127c6ac51573eda808687f6369c31ee2d [diff] [blame] |
patch 8.1.1799: cannot avoid mapping for a popup window Problem: Cannot avoid mapping for a popup window. Solution: Add the "mapping" property, default TRUE.
diff --git a/src/version.c b/src/version.c index ec67fe4..b2c4416 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1799, +/**/ 1798, /**/ 1797,