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