]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0482: the setbufvar() function may mess up the window layout v8.0.0482
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Mar 2017 21:35:30 +0000 (22:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Mar 2017 21:35:30 +0000 (22:35 +0100)
commit2c90d51123fba44a90e09aa4a4f2b7d972dadb94
tree8eb792f2c67077f20581d81eb41f6344a57e2dca
parentaab93b12cb54fbe5efe9e8f6fde1c46802a3031e
patch 8.0.0482: the setbufvar() function may mess up the window layout

Problem:    The setbufvar() function may mess up the window layout. (Kay Z.)
Solution:   Do not check the window to be valid if it is NULL.
src/testdir/test_functions.vim
src/version.c
src/window.c