From e62f681d2d8eaf63db6847006abc5fd7918fe928 Mon Sep 17 00:00:00 2001 From: Grzegorz Date: Sat, 22 Oct 2016 23:22:50 +0200 Subject: vim-patch:7.4.2227 (#5521) Problem: Tab page tests are old style. Solution: Change into new style tests. (Hirohito Higashi) https://github.com/vim/vim/commit/1381d791478ee77c8368b89a3d4954316bf839b5 --- 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 b8dd2c2a47..2dfe5d3248 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -214,7 +214,7 @@ static int included_patches[] = { // 2230, // 2229, // 2228, - // 2227, + 2227, // 2226, // 2225, // 2224, -- cgit