]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1919: using window options when passing a buffer to popup_create() v8.1.1919
authorBram Moolenaar <Bram@vim.org>
Sat, 24 Aug 2019 13:50:46 +0000 (15:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Aug 2019 13:50:46 +0000 (15:50 +0200)
commit4645104be4c521dfdd43621c19e96bda3cac7be2
tree2c680ce6963ee9d084fecd01d56588cca875feb0
parente9a891f2559f0ef73596bce025e06bc36b092cbb
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)
src/option.c
src/popupwin.c
src/proto/option.pro
src/testdir/test_popupwin.vim
src/version.c