vim-patch:7.4.595

Problem:    The test_command_count test fails when using Japanese.
Solution:   Force the language to C. (Hirohito Higashi)

https://code.google.com/p/vim/source/detail?name=v7-4-595
This commit is contained in:
Felipe Morales 2015-01-31 20:19:53 -03:00
parent 0c44d0ebfc
commit b46746b93e
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ Test for user command counts vim: set ft=vim :
STARTTEST
:so tiny.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

@ -184,7 +184,7 @@ static int included_patches[] = {
//598,
//597,
//596,
//595,
595,
//594,
//593,
//592,