1
0
forked from aniani/vim

updated for version 7.4.595

Problem:    The test_command_count test fails when using Japanese.
Solution:   Force the language to C. (Hirohito Higashi)
This commit is contained in:
Bram Moolenaar 2015-01-27 13:28:46 +01:00
parent 1dc92334eb
commit 322a24af83
2 changed files with 3 additions and 0 deletions

View File

@ -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 '.<line1>.' '.<line2>)
:com -range -addr=arguments RangeArguments :call add(g:lines, 'RangeArguments '.<line1>.' '.<line2>)

View File

@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
595,
/**/
594,
/**/