From a090f1a3a4189e4163838d0bd97220580f007168 Mon Sep 17 00:00:00 2001 From: lonerover Date: Tue, 7 Feb 2017 15:11:35 +0800 Subject: vim-patch:7.4.2107 Problem: Misplaced equal sign. Solution: Remove it. https://github.com/vim/vim/commit/d955a0971cb4207e466ad40e78138d71052e1758 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index 3b3c5a76d7..7adf6781b9 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -333,7 +333,7 @@ static int included_patches[] = { 2110, 2109, // 2108 NA - // 2107, + 2107, 2106, // 2105 NA // 2104, -- cgit