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:
parent
1dc92334eb
commit
322a24af83
@ -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>)
|
||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
595,
|
||||
/**/
|
||||
594,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user