|
|
22c937 |
To: vim_dev@googlegroups.com
|
|
|
22c937 |
Subject: Patch 7.4.584
|
|
|
22c937 |
Fcc: outbox
|
|
|
22c937 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
22c937 |
Mime-Version: 1.0
|
|
|
22c937 |
Content-Type: text/plain; charset=UTF-8
|
|
|
22c937 |
Content-Transfer-Encoding: 8bit
|
|
|
22c937 |
------------
|
|
|
22c937 |
|
|
|
22c937 |
Patch 7.4.584
|
|
|
22c937 |
Problem: With tiny features test_command_count may fail.
|
|
|
22c937 |
Solution: Source small.vim. (Christian Brabandt)
|
|
|
22c937 |
Files: src/testdir/test_command_count.in
|
|
|
22c937 |
|
|
|
22c937 |
|
|
|
22c937 |
*** ../vim-7.4.583/src/testdir/test_command_count.in 2015-01-07 16:52:53.506792420 +0100
|
|
|
22c937 |
--- src/testdir/test_command_count.in 2015-01-20 12:39:27.630490602 +0100
|
|
|
22c937 |
***************
|
|
|
22c937 |
*** 1,7 ****
|
|
|
22c937 |
Test for user command counts vim: set ft=vim :
|
|
|
22c937 |
|
|
|
22c937 |
STARTTEST
|
|
|
22c937 |
! :so tiny.vim
|
|
|
22c937 |
:let g:lines = []
|
|
|
22c937 |
:com -range=% RangeLines :call add(g:lines, 'RangeLines '.<line1>.' '.<line2>)
|
|
|
22c937 |
:com -range -addr=arguments RangeArguments :call add(g:lines, 'RangeArguments '.<line1>.' '.<line2>)
|
|
|
22c937 |
--- 1,7 ----
|
|
|
22c937 |
Test for user command counts vim: set ft=vim :
|
|
|
22c937 |
|
|
|
22c937 |
STARTTEST
|
|
|
22c937 |
! :so small.vim
|
|
|
22c937 |
:let g:lines = []
|
|
|
22c937 |
:com -range=% RangeLines :call add(g:lines, 'RangeLines '.<line1>.' '.<line2>)
|
|
|
22c937 |
:com -range -addr=arguments RangeArguments :call add(g:lines, 'RangeArguments '.<line1>.' '.<line2>)
|
|
|
22c937 |
*** ../vim-7.4.583/src/version.c 2015-01-20 12:13:56.975270382 +0100
|
|
|
22c937 |
--- src/version.c 2015-01-20 12:36:04.068720526 +0100
|
|
|
22c937 |
***************
|
|
|
22c937 |
*** 743,744 ****
|
|
|
22c937 |
--- 743,746 ----
|
|
|
22c937 |
{ /* Add new patch number below this line */
|
|
|
22c937 |
+ /**/
|
|
|
22c937 |
+ 584,
|
|
|
22c937 |
/**/
|
|
|
22c937 |
|
|
|
22c937 |
--
|
|
|
22c937 |
The primary purpose of the DATA statement is to give names to constants;
|
|
|
22c937 |
instead of referring to pi as 3.141592653589793 at every appearance, the
|
|
|
22c937 |
variable PI can be given that value with a DATA statement and used instead
|
|
|
22c937 |
of the longer form of the constant. This also simplifies modifying the
|
|
|
22c937 |
program, should the value of pi change.
|
|
|
22c937 |
-- FORTRAN manual for Xerox Computers
|
|
|
22c937 |
|
|
|
22c937 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
22c937 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
22c937 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
22c937 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|