home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.4 / 7.4.584 < prev    next >
Encoding:
Internet Message Format  |  2015-01-20  |  2.0 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.4.584
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.4.584
  11. Problem:    With tiny features test_command_count may fail.
  12. Solution:   Source small.vim. (Christian Brabandt)
  13. Files:        src/testdir/test_command_count.in
  14.  
  15.  
  16. *** ../vim-7.4.583/src/testdir/test_command_count.in    2015-01-07 16:52:53.506792420 +0100
  17. --- src/testdir/test_command_count.in    2015-01-20 12:39:27.630490602 +0100
  18. ***************
  19. *** 1,7 ****
  20.   Test for user command counts        vim: set ft=vim :
  21.   
  22.   STARTTEST
  23. ! :so tiny.vim
  24.   :let g:lines = []
  25.   :com -range=% RangeLines :call add(g:lines, 'RangeLines '.<line1>.' '.<line2>)
  26.   :com -range -addr=arguments RangeArguments :call add(g:lines, 'RangeArguments '.<line1>.' '.<line2>)
  27. --- 1,7 ----
  28.   Test for user command counts        vim: set ft=vim :
  29.   
  30.   STARTTEST
  31. ! :so small.vim
  32.   :let g:lines = []
  33.   :com -range=% RangeLines :call add(g:lines, 'RangeLines '.<line1>.' '.<line2>)
  34.   :com -range -addr=arguments RangeArguments :call add(g:lines, 'RangeArguments '.<line1>.' '.<line2>)
  35. *** ../vim-7.4.583/src/version.c    2015-01-20 12:13:56.975270382 +0100
  36. --- src/version.c    2015-01-20 12:36:04.068720526 +0100
  37. ***************
  38. *** 743,744 ****
  39. --- 743,746 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     584,
  43.   /**/
  44.  
  45. -- 
  46. The primary purpose of the DATA statement is to give names to constants;
  47. instead of referring to pi as 3.141592653589793 at every appearance, the
  48. variable PI can be given that value with a DATA statement and used instead
  49. of the longer form of the constant.  This also simplifies modifying the
  50. program, should the value of pi change.
  51.     -- FORTRAN manual for Xerox Computers
  52.  
  53.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  54. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  55. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  56.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  57.