3ef2ca
To: vim_dev@googlegroups.com
3ef2ca
Subject: Patch 7.4.584
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.584
3ef2ca
Problem:    With tiny features test_command_count may fail.
3ef2ca
Solution:   Source small.vim. (Christian Brabandt)
3ef2ca
Files:	    src/testdir/test_command_count.in
3ef2ca
3ef2ca
3ef2ca
*** ../vim-7.4.583/src/testdir/test_command_count.in	2015-01-07 16:52:53.506792420 +0100
3ef2ca
--- src/testdir/test_command_count.in	2015-01-20 12:39:27.630490602 +0100
3ef2ca
***************
3ef2ca
*** 1,7 ****
3ef2ca
  Test for user command counts	    vim: set ft=vim :
3ef2ca
  
3ef2ca
  STARTTEST
3ef2ca
! :so tiny.vim
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
--- 1,7 ----
3ef2ca
  Test for user command counts	    vim: set ft=vim :
3ef2ca
  
3ef2ca
  STARTTEST
3ef2ca
! :so small.vim
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.583/src/version.c	2015-01-20 12:13:56.975270382 +0100
3ef2ca
--- src/version.c	2015-01-20 12:36:04.068720526 +0100
3ef2ca
***************
3ef2ca
*** 743,744 ****
3ef2ca
--- 743,746 ----
3ef2ca
  {   /* Add new patch number below this line */
3ef2ca
+ /**/
3ef2ca
+     584,
3ef2ca
  /**/
3ef2ca
3ef2ca
-- 
3ef2ca
The primary purpose of the DATA statement is to give names to constants;
3ef2ca
instead of referring to pi as 3.141592653589793 at every appearance, the
3ef2ca
variable PI can be given that value with a DATA statement and used instead
3ef2ca
of the longer form of the constant.  This also simplifies modifying the
3ef2ca
program, should the value of pi change.
3ef2ca
	-- FORTRAN manual for Xerox Computers
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    ///