073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.595
073263
Fcc: outbox
073263
From: Bram Moolenaar <Bram@moolenaar.net>
073263
Mime-Version: 1.0
073263
Content-Type: text/plain; charset=UTF-8
073263
Content-Transfer-Encoding: 8bit
073263
------------
073263
073263
Patch 7.4.595
073263
Problem:    The test_command_count test fails when using Japanese.
073263
Solution:   Force the language to C. (Hirohito Higashi)
073263
Files:	    src/testdir/test_command_count.in
073263
073263
073263
*** ../vim-7.4.594/src/testdir/test_command_count.in	2015-01-20 13:29:46.397315064 +0100
073263
--- src/testdir/test_command_count.in	2015-01-27 13:27:02.409765684 +0100
073263
***************
073263
*** 2,7 ****
073263
--- 2,8 ----
073263
  
073263
  STARTTEST
073263
  :so small.vim
073263
+ :lang C
073263
  :let g:lines = []
073263
  :com -range=% RangeLines :call add(g:lines, 'RangeLines '.<line1>.' '.<line2>)
073263
  :com -range -addr=arguments RangeArguments :call add(g:lines, 'RangeArguments '.<line1>.' '.<line2>)
073263
*** ../vim-7.4.594/src/version.c	2015-01-27 13:22:17.176885347 +0100
073263
--- src/version.c	2015-01-27 13:26:28.846132779 +0100
073263
***************
073263
*** 743,744 ****
073263
--- 743,746 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     595,
073263
  /**/
073263
073263
-- 
073263
hundred-and-one symptoms of being an internet addict:
073263
124. You begin conversations with, "Who is your internet service provider?"
073263
073263
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
073263
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
073263
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
073263
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///