]> granicus.if.org Git - vim/commit
patch 8.0.1836: buffer-local window options may not be recent v8.0.1836
authorBram Moolenaar <Bram@vim.org>
Sun, 13 May 2018 16:05:33 +0000 (18:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 May 2018 16:05:33 +0000 (18:05 +0200)
commit25782a7ff4755daf16c2e1cb5e5f826b13b672ce
tree7c8842590d4759e55af0424ebabc2852df5c0574
parent2290b1f8aaafbcb38bd801d08e8bf86cb07abfa5
patch 8.0.1836: buffer-local window options may not be recent

Problem:    Buffer-local window options may not be recent if the buffer is
            still open in another window.
Solution:   Copy the options from the window instead of the outdated window
            options. (Bjorn Linse, closes #2336)
src/buffer.c
src/testdir/test_options.vim
src/version.c