From 4f3bb5262caa95a2a12d7366ef428ed5399d21c9 Mon Sep 17 00:00:00 2001 From: Michael Ennen Date: Thu, 24 Nov 2016 23:39:25 -0700 Subject: vim-patch:7.4.1702 Problem: Using freed memory when parsing 'printoptions' fails. Solution: Save the old options and restore them in case of an error. (Dominique) https://github.com/vim/vim/commit/4afc7c5d4a73340831077a02bfe1f74935e7f4a1 --- 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 5b0c967ee2..a0e2d5dc2c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -742,7 +742,7 @@ static int included_patches[] = { // 1705 NA 1704, 1703, - // 1702, + 1702, 1701, 1700, 1699, -- cgit