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.3 / 7.3.817 < prev    next >
Encoding:
Internet Message Format  |  2013-02-13  |  1.5 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.817
  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.3.817
  11. Problem:    Test 89 fails with tiny and small features.
  12. Solution:   Add sourcing small.vim.
  13. Files:        src/testdir/test89.in
  14.  
  15.  
  16. *** ../vim-7.3.816/src/testdir/test89.in    2013-02-13 15:44:22.000000000 +0100
  17. --- src/testdir/test89.in    2013-02-14 20:06:53.000000000 +0100
  18. ***************
  19. *** 1,6 ****
  20. --- 1,7 ----
  21.   Some tests for setting 'number' and 'relativenumber'
  22.   
  23.   STARTTEST
  24. + :so small.vim
  25.   :set hidden nocp nu rnu
  26.   :redir @a | set nu? rnu? | redir END
  27.   :e! xx
  28. *** ../vim-7.3.816/src/version.c    2013-02-13 17:34:59.000000000 +0100
  29. --- src/version.c    2013-02-14 20:10:00.000000000 +0100
  30. ***************
  31. *** 727,728 ****
  32. --- 727,730 ----
  33.   {   /* Add new patch number below this line */
  34. + /**/
  35. +     817,
  36.   /**/
  37.  
  38. -- 
  39. INSPECTOR END OF FILM: Move along.  There's nothing to see!  Keep moving!
  40.    [Suddenly he notices the cameras.]
  41. INSPECTOR END OF FILM: (to Camera) All right, put that away sonny.
  42.    [He walks over to it and puts his hand over the lens.]
  43.                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
  44.  
  45.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  46. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  47. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  48.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  49.