From 4f3ea0379eb015fc7b4f93c15e3baadf1c17e7bd Mon Sep 17 00:00:00 2001 From: watiko Date: Tue, 16 Feb 2016 00:17:07 +0900 Subject: vim-patch:7.4.932 Problem: test_utf8 has confusing dummy command. Solution: Use a real command instead of a colon. https://github.com/vim/vim/commit/8f08dab18df6dbf6c4b4973fd2d480e4bffb82d8 --- 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 8268465743..fd84f566fd 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -356,7 +356,7 @@ static int included_patches[] = { // 935, // 934 NA // 933, - // 932, + 932, // 931 NA // 930 NA 929, -- cgit