From bfab33ef7975d8edd467964e59e0d39bf687ed92 Mon Sep 17 00:00:00 2001 From: watiko Date: Sun, 7 Feb 2016 14:15:39 +0900 Subject: vim-patch:7.4.931 (NA) Problem: Test 94 fails on some systems. Solution: Set 'encoding' to utf-8. https://github.com/vim/vim/commit/cfcd1ddd103129b309671cba5cff55e19a9908e4 --- Neovim cannot change encoding after start-up. --- 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 bd85b10dd1..80877d61d0 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -357,7 +357,7 @@ static int included_patches[] = { // 934 NA // 933, // 932, - // 931, + // 931 NA // 930 NA 929, // 928 NA -- cgit