aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorwatiko <service@mail.watiko.net>2016-01-10 23:38:31 +0900
committerwatiko <service@mail.watiko.net>2016-01-15 23:50:04 +0900
commit85d06fef16894a0489467325b177f36ea750d6cf (patch)
tree48fd215bde38d30df874da994d6924bea967be47 /src/nvim/version.c
parent8b173a1de51c0547ad821ad745deb052d732128b (diff)
downloadrneovim-85d06fef16894a0489467325b177f36ea750d6cf.tar.gz
rneovim-85d06fef16894a0489467325b177f36ea750d6cf.tar.bz2
rneovim-85d06fef16894a0489467325b177f36ea750d6cf.zip
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
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
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,