From 5feff1c415eb46fb6bb4680b536dfd482dfc5a95 Mon Sep 17 00:00:00 2001 From: Jurica Bradaric Date: Tue, 2 Feb 2016 20:13:31 +0100 Subject: vim-patch:7.4.817 Problem: Invalid memory access in file_pat_to_reg_pat(). Solution: Use vim_isspace() instead of checking for a space only. (Dominique Pelle) https://github.com/vim/vim/commit/2288afed428d29ce2e464964df4c5a757281e70e --- 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 e36eb0919b..45a96c427b 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -471,7 +471,7 @@ static int included_patches[] = { // 820, // 819, // 818, - // 817, + 817, 816, 815, 814, -- cgit