commit | 4645104be4c521dfdd43621c19e96bda3cac7be2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 24 15:50:46 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 24 15:50:46 2019 +0200 |
tree | 2c680ce6963ee9d084fecd01d56588cca875feb0 | |
parent | e9a891f2559f0ef73596bce025e06bc36b092cbb [diff] [blame] |
patch 8.1.1919: using window options when passing a buffer to popup_create() Problem: Using current window option values when passing a buffer to popup_create(). Solution: Clear the window-local options. (closes #4857)
diff --git a/src/version.c b/src/version.c index c79dfbc..9e5a7b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1919, +/**/ 1918, /**/ 1917,