From 299044d4efff0f3ea0ae910977ebe77099cfebf4 Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Mon, 25 Jan 2016 19:36:57 +0100 Subject: vim-patch:7.4.656 Problem: Missing changes for glob() in one file. Solution: Add the missing changes. https://github.com/vim/vim/commit/d8b77f7dc04e5721989df9c505b8568194261a39 --- 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 dcd1773a7a..5b22fbe7fa 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -468,7 +468,7 @@ static int included_patches[] = { 659, 658, // 657 NA - // 656, + 656, 655, 654, 653, -- cgit