diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-01-27 13:28:46 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-01-27 13:28:46 +0100 |
commit | 322a24af83a322b616da01969b37395df9ab3aa3 (patch) | |
tree | c9ec6d723f7b43b8d72b2f03335d6c59dcae0f3e /src/testdir/test_command_count.in | |
parent | 1dc92334eb5e235af338f3b27277157839fa8dcc (diff) | |
download | vim-322a24af83a322b616da01969b37395df9ab3aa3.zip |
updated for version 7.4.595
Problem: The test_command_count test fails when using Japanese.
Solution: Force the language to C. (Hirohito Higashi)
Diffstat (limited to 'src/testdir/test_command_count.in')
-rw-r--r-- | src/testdir/test_command_count.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_command_count.in b/src/testdir/test_command_count.in index c87b4c909..a86931f43 100644 --- a/src/testdir/test_command_count.in +++ b/src/testdir/test_command_count.in @@ -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>) |