mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
0c44d0ebfc
commit
b46746b93e
@ -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>)
|
||||
|
@ -184,7 +184,7 @@ static int included_patches[] = {
|
||||
//598,
|
||||
//597,
|
||||
//596,
|
||||
//595,
|
||||
595,
|
||||
//594,
|
||||
//593,
|
||||
//592,
|
||||
|
Loading…
Reference in New Issue
Block a user