commit | 2c90d51123fba44a90e09aa4a4f2b7d972dadb94 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 18 22:35:30 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 18 22:35:30 2017 +0100 |
tree | 8eb792f2c67077f20581d81eb41f6344a57e2dca | |
parent | aab93b12cb54fbe5efe9e8f6fde1c46802a3031e [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 007a1e6..828450d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 482, +/**/ 481, /**/ 480,