]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.050
- initial import
[packages/vim.git] / 6.2.050
CommitLineData
d8621708 1To: vim-dev@vim.org
2Subject: Patch 6.2.050
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 6.2.050
11Problem: Test 32 didn't work on MS-Windows.
12Solution: Write the temp file in Unix fileformat. (Walter Briscoe)
13Files: 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 \17nO#include "Xtestfile"
25 ru\ e\ e\18\ e\e\ 1
26 O\10\18\ e
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 \17nO#include "Xtestfile"
33 ru\ e\ e\18\ e\e\ 1
34 O\10\18\ e
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--
46CRONE: Who sent you?
47ARTHUR: The Knights Who Say GNU!
48CRONE: 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 ///
This page took 0.051336 seconds and 4 git commands to generate.