From 322a24af83a322b616da01969b37395df9ab3aa3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 27 Jan 2015 13:28:46 +0100 Subject: [PATCH] updated for version 7.4.595 Problem: The test_command_count test fails when using Japanese. Solution: Force the language to C. (Hirohito Higashi) --- src/testdir/test_command_count.in | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/testdir/test_command_count.in b/src/testdir/test_command_count.in index c87b4c909..a86931f43 100644 --- a/src/testdir/test_command_count.in +++ b/src/testdir/test_command_count.in @@ -2,6 +2,7 @@ Test for user command counts vim: set ft=vim : STARTTEST :so small.vim +:lang C :let g:lines = [] :com -range=% RangeLines :call add(g:lines, 'RangeLines '..' '.) :com -range -addr=arguments RangeArguments :call add(g:lines, 'RangeArguments '..' '.) diff --git a/src/version.c b/src/version.c index 9ae697e4a..fcccaba7f 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 595, /**/ 594, /**/ -- 2.50.1