From c88e4a270d54eae3fe8e6b93a0ed3898e4632be5 Mon Sep 17 00:00:00 2001 From: Shougo Date: Sun, 15 Jan 2017 09:08:27 +0900 Subject: vim-patch:7.4.1968 (#5949) Problem: Invalid memory access with "\. Solution: Do not recognize this as a special character. (Dominique Pelle) https://github.com/vim/vim/commit/1d90a5a5af84250e226f8a9121e771f7b72aa894 --- 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 3532d3dfab..70abbcef76 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -472,7 +472,7 @@ static int included_patches[] = { 1971, 1970, // 1969 NA - // 1968, + 1968, 1967, 1966, // 1965 NA -- cgit