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