From aa17b4b4bc3c9134e2c0316d31be3bb000e46a56 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 28 Jan 2016 23:28:23 -0500 Subject: 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. https://github.com/vim/vim/commit/62ef797496c6243d111c596a592a8ef8c1d1e710 --- src/nvim/version.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index c73c7805a7..0d62445483 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -69,6 +69,10 @@ static char *features[] = { // clang-format off static int included_patches[] = { + 1137, + + + 1081, -- cgit