vim-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.

62ef797496
This commit is contained in:
Justin M. Keyes
2016-01-28 23:28:23 -05:00
parent aa8b3b60ee
commit aa17b4b4bc
3 changed files with 31 additions and 2 deletions

View File

@@ -69,6 +69,10 @@ static char *features[] = {
// clang-format off
static int included_patches[] = {
1137,
1081,