]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1137 v7.4.1137
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Jan 2016 13:51:54 +0000 (14:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Jan 2016 13:51:54 +0000 (14:51 +0100)
commit62ef797496c6243d111c596a592a8ef8c1d1e710
tree0240bfaa03d820996eff5e2dea1a0b51771764c1
parentda5dcd936656f524dd0ae7cb2685245f07f5720f
patch 7.4.1137
Problem:    Illegal memory access when using :copen and :cclose.
Solution:   Avoid that curbuf is invalid. (suggestion by Justin M. Keyes)
            Add a test.
src/testdir/test_quickfix.vim
src/version.c
src/window.c