home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: Patch 6.2.050
- Fcc: outbox
- From: Bram Moolenaar <Bram@moolenaar.net>
- Mime-Version: 1.0
- Content-Type: text/plain; charset=ISO-8859-1
- Content-Transfer-Encoding: 8bit
- ------------
-
- Patch 6.2.050
- Problem: Test 32 didn't work on MS-Windows.
- Solution: Write the temp file in Unix fileformat. (Walter Briscoe)
- Files: src/testdir/test32.in
-
-
- *** ../vim-6.2.049/src/testdir/test32.in Sun May 11 15:55:34 2003
- --- src/testdir/test32.in Thu Jun 26 23:27:07 2003
- ***************
- *** 22,28 ****
-
- STARTTEST
- :so small.vim
- ! :se nocp viminfo+=nviminfo cpt=.,w|$-2,$w!Xtestfile
- nO#include "Xtestfile"
- ru
- O
- --- 22,28 ----
-
- STARTTEST
- :so small.vim
- ! :se nocp viminfo+=nviminfo cpt=.,w ff=unix | $-2,$w!Xtestfile | set ff&
- nO#include "Xtestfile"
- ru
- O
- *** ../vim-6.2.049/src/version.c Sun Jul 27 14:35:27 2003
- --- src/version.c Sun Jul 27 14:37:07 2003
- ***************
- *** 632,633 ****
- --- 632,635 ----
- { /* Add new patch number below this line */
- + /**/
- + 50,
- /**/
-
- --
- CRONE: Who sent you?
- ARTHUR: The Knights Who Say GNU!
- CRONE: Aaaagh! (she looks around in rear) No! We have no licenses here.
- "Monty Python and the Holy editor wars" PYTHON (MONTY) SOFTWARE LTD
-
- /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
- /// Creator of Vim - Vi IMproved -- http://www.Vim.org \\\
- \\\ Project leader for A-A-P -- http://www.A-A-P.org ///
- \\\ Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html ///
-