]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.893 v7.3.893
authorBram Moolenaar <Bram@vim.org>
Mon, 15 Apr 2013 10:27:36 +0000 (12:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 15 Apr 2013 10:27:36 +0000 (12:27 +0200)
commit429fa85392a934b34ba7b394558900cbb8786454
tree2efc8dbb0c4727471c970f4c96ea37a9e9ba67e6
parent07219f911c86a50840050282baafe896284a5588
updated for version 7.3.893
Problem:    Crash when using b:, w: or t: after closing the buffer, window or
            tabpage.
Solution:   Allocate the dictionary instead of having it part of the
            buffer/window/tabpage struct. (Yukihiro Nakadaira)
src/buffer.c
src/eval.c
src/fileio.c
src/proto/eval.pro
src/structs.h
src/version.c
src/window.c