From 85d06fef16894a0489467325b177f36ea750d6cf Mon Sep 17 00:00:00 2001 From: watiko Date: Sun, 10 Jan 2016 23:38:31 +0900 Subject: vim-patch:7.4.978 Problem: test_cdo fails when using another language than English. Solution: Set the language to C. (Dominique Pelle) https://github.com/vim/vim/commit/c42b9c670ea621d4dac0f216e011a6db576c5136 --- 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 1d98afaaa1..97776efb6f 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -146,7 +146,7 @@ static int included_patches[] = { // 981, // 980, // 979 NA - // 978, + 978, // 977, // 976 NA 975, -- cgit