]> granicus.if.org Git - vim/commit
updated for version 7.4.320 v7.4.320
authorBram Moolenaar <Bram@vim.org>
Thu, 12 Jun 2014 12:01:31 +0000 (14:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 12 Jun 2014 12:01:31 +0000 (14:01 +0200)
commit3be8585661f8b0a9b94e9bc1db6ebfa097c3270f
tree7dde9056432ebada1a3ce31f629eaf4f76a0d7fa
parent980e58f7b324980d40ce690506897d138e5e2b70
updated for version 7.4.320
Problem:    Possible crash when an BufLeave autocommand deletes the buffer.
Solution:   Check for the window pointer being valid.  Postpone freeing the
            window until autocommands are done. (Yasuhiro Matsumoto)
src/buffer.c
src/fileio.c
src/globals.h
src/version.c
src/window.c