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 / 6.2.050 < prev    next >
Encoding:
Internet Message Format  |  2003-10-13  |  1.5 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.2.050
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 6.2.050
  11. Problem:    Test 32 didn't work on MS-Windows.
  12. Solution:   Write the temp file in Unix fileformat. (Walter Briscoe)
  13. Files:        src/testdir/test32.in
  14.  
  15.  
  16. *** ../vim-6.2.049/src/testdir/test32.in    Sun May 11 15:55:34 2003
  17. --- src/testdir/test32.in    Thu Jun 26 23:27:07 2003
  18. ***************
  19. *** 22,28 ****
  20.   
  21.   STARTTEST
  22.   :so small.vim
  23. ! :se nocp viminfo+=nviminfo cpt=.,w|$-2,$w!Xtestfile
  24.   nO#include "Xtestfile"
  25.   ru
  26.   O
  27. --- 22,28 ----
  28.   
  29.   STARTTEST
  30.   :so small.vim
  31. ! :se nocp viminfo+=nviminfo cpt=.,w ff=unix | $-2,$w!Xtestfile | set ff&
  32.   nO#include "Xtestfile"
  33.   ru
  34.   O
  35. *** ../vim-6.2.049/src/version.c    Sun Jul 27 14:35:27 2003
  36. --- src/version.c    Sun Jul 27 14:37:07 2003
  37. ***************
  38. *** 632,633 ****
  39. --- 632,635 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     50,
  43.   /**/
  44.  
  45. -- 
  46. CRONE:  Who sent you?
  47. ARTHUR: The Knights Who Say GNU!
  48. CRONE:  Aaaagh!  (she looks around in rear) No!  We have no licenses here.
  49.            "Monty Python and the Holy editor wars" PYTHON (MONTY) SOFTWARE LTD
  50.  
  51.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  52. ///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
  53. \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  54.  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
  55.