Skip to content

Commit 1e4a318

Browse files
brammooldouglaskayama
authored andcommitted
updated for version 7.4.595
Problem: The test_command_count test fails when using Japanese. Solution: Force the language to C. (Hirohito Higashi)
1 parent 7331bde commit 1e4a318

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/test_command_count.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Test for user command counts vim: set ft=vim :
22

33
STARTTEST
44
:so small.vim
5+
:lang C
56
:let g:lines = []
67
:com -range=% RangeLines :call add(g:lines, 'RangeLines '.<line1>.' '.<line2>)
78
:com -range -addr=arguments RangeArguments :call add(g:lines, 'RangeArguments '.<line1>.' '.<line2>)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
595,
744746
/**/
745747
594,
746748
/**/

0 commit comments

Comments
 (0)