]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.306 v7.3.306
authorBram Moolenaar <Bram@vim.org>
Wed, 14 Sep 2011 12:43:25 +0000 (14:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 14 Sep 2011 12:43:25 +0000 (14:43 +0200)
commita971b82b160aca28cff7e318d4553df5349b5103
tree3fb27e26538bc4ea9cb3671fd763dce2e6183f00
parent52af96527c914599334e3c2543ebb5ba1e37bbbe
updated for version 7.3.306
Problem:    When closing a window there is a chance that deleting a scrollbar
            triggers a GUI resize, which uses the window while it is not in a
            valid state.
Solution:   Set the buffer pointer to NULL to be able to detect the invalid
            situation.  Fix a few places that used the buffer pointer
            incorrectly.
src/buffer.c
src/ex_cmds.c
src/term.c
src/version.c
src/window.c