From 3bb388664d0c5ab365a4d8ea1e8efe2bd11cbb90 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Thu, 6 Oct 2016 23:49:50 +0900 Subject: vim-patch:7.4.1565 Problem: Crash when assert_equal() runs into a NULL string. Solution: Check for NULL. (Dominique) Add a test. https://github.com/vim/vim/commit/f1551964448607f8222de2d8f0992ea43eb2fe67 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index e6ef600f8c..399d19ae45 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -878,7 +878,7 @@ static int included_patches[] = { 1568, 1567, // 1566 NA - // 1565, + 1565, // 1564, // 1563, // 1562 NA -- cgit