mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +00: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:
@@ -2,6 +2,7 @@ Test for user command counts vim: set ft=vim :
|
|||||||
|
|
||||||
STARTTEST
|
STARTTEST
|
||||||
:so tiny.vim
|
:so tiny.vim
|
||||||
|
:lang C
|
||||||
:let g:lines = []
|
:let g:lines = []
|
||||||
:com -range=% RangeLines :call add(g:lines, 'RangeLines '.<line1>.' '.<line2>)
|
:com -range=% RangeLines :call add(g:lines, 'RangeLines '.<line1>.' '.<line2>)
|
||||||
:com -range -addr=arguments RangeArguments :call add(g:lines, 'RangeArguments '.<line1>.' '.<line2>)
|
:com -range -addr=arguments RangeArguments :call add(g:lines, 'RangeArguments '.<line1>.' '.<line2>)
|
||||||
|
@@ -184,7 +184,7 @@ static int included_patches[] = {
|
|||||||
//598,
|
//598,
|
||||||
//597,
|
//597,
|
||||||
//596,
|
//596,
|
||||||
//595,
|
595,
|
||||||
//594,
|
//594,
|
||||||
//593,
|
//593,
|
||||||
//592,
|
//592,
|
||||||
|
Reference in New Issue
Block a user