blob: e24b73be75a45c2d13955dd1825e70417d04c175 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
To: vim_dev@googlegroups.com
Subject: Patch 7.3.252
Fcc: outbox
From: Bram Moolenaar <Bram@moolenaar.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
------------
Patch 7.3.252 (after 7.3.247)
Problem: Tests fail. (David Northfield)
Solution: Add missing update for .ok file.
Files: src/testdir/test81.ok
*** ../vim-7.3.251/src/testdir/test81.ok 2011-06-26 05:36:07.000000000 +0200
--- src/testdir/test81.ok 2011-07-15 13:14:27.000000000 +0200
***************
*** 1,4 ****
--- 1,6 ----
aaa two
+ z
+ y
bbb y
ccc
ddd yee y
*** ../vim-7.3.251/src/version.c 2011-07-15 17:51:30.000000000 +0200
--- src/version.c 2011-07-15 17:55:25.000000000 +0200
***************
*** 711,712 ****
--- 711,714 ----
{ /* Add new patch number below this line */
+ /**/
+ 252,
/**/
--
You cannot propel yourself forward by patting yourself on the back.
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|