]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.595 v7.4.595
authorBram Moolenaar <Bram@vim.org>
Tue, 27 Jan 2015 12:28:46 +0000 (13:28 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 27 Jan 2015 12:28:46 +0000 (13:28 +0100)
Problem:    The test_command_count test fails when using Japanese.
Solution:   Force the language to C. (Hirohito Higashi)

src/testdir/test_command_count.in
src/version.c

index c87b4c909a43e9d52c6e14422133c63f7e788421..a86931f4339d153eee0cd1badbde5ca05c5ed142 100644 (file)
@@ -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>)
index 9ae697e4a10f7c08fd56afaa1fa80691d8f2569c..fcccaba7f69c2500959fdc552a997cb7cf2ac75e 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    595,
 /**/
     594,
 /**/