diff src/testdir/test_command_count.in @ 6537:d83436d11987 v7.4.595

updated for version 7.4.595 Problem: The test_command_count test fails when using Japanese. Solution: Force the language to C. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jan 2015 13:28:46 +0100
parents 1d3139ae6ce6
children ceda6d8af447
line wrap: on
line diff
--- a/src/testdir/test_command_count.in
+++ b/src/testdir/test_command_count.in
@@ -2,6 +2,7 @@ Test for user command counts	    vim: se
 
 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>)