]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.302
- new
[packages/vim.git] / 7.2.302
CommitLineData
eafbe892
AG
1To: vim-dev@vim.org
2Subject: Patch 7.2.302 (extra)
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.2.302 (extra part of 7.2.301)
11Problem: Formatting wrong with small 'tw' value.
12Solution: Add build rules for tests.
13Files: src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,
14 src/testdir/Make_ming.mak, src/testdir/Make_os2.mak,
15 src/testdir/Make_vms.mms
16
17
18*** ../vim-7.2.301/src/testdir/Make_amiga.mak 2009-09-18 14:58:26.000000000 +0200
19--- src/testdir/Make_amiga.mak 2009-11-17 15:29:05.000000000 +0100
20***************
21*** 26,32 ****
22 test48.out test51.out test53.out test54.out test55.out \
23 test56.out test57.out test58.out test59.out test60.out \
24 test61.out test62.out test63.out test64.out test65.out \
25! test66.out test67.out
26
27 .SUFFIXES: .in .out
28
29--- 26,32 ----
30 test48.out test51.out test53.out test54.out test55.out \
31 test56.out test57.out test58.out test59.out test60.out \
32 test61.out test62.out test63.out test64.out test65.out \
33! test66.out test67.out test68.out test69.out
34
35 .SUFFIXES: .in .out
36
37***************
38*** 113,115 ****
39--- 113,117 ----
40 test65.out: test65.in
41 test66.out: test66.in
42 test67.out: test67.in
43+ test68.out: test68.in
44+ test69.out: test69.in
45*** ../vim-7.2.301/src/testdir/Make_dos.mak 2009-09-18 14:58:26.000000000 +0200
46--- src/testdir/Make_dos.mak 2009-11-17 15:29:54.000000000 +0100
47***************
48*** 26,32 ****
49 test15.out test17.out test18.out test21.out test26.out \
50 test30.out test31.out test32.out test33.out test34.out \
51 test37.out test38.out test39.out test40.out test41.out \
52! test42.out test52.out test65.out test66.out test67.out
53
54 SCRIPTS32 = test50.out
55
56--- 26,33 ----
57 test15.out test17.out test18.out test21.out test26.out \
58 test30.out test31.out test32.out test33.out test34.out \
59 test37.out test38.out test39.out test40.out test41.out \
60! test42.out test52.out test65.out test66.out test67.out \
61! test68.out test69.out
62
63 SCRIPTS32 = test50.out
64
65*** ../vim-7.2.301/src/testdir/Make_ming.mak 2009-09-18 14:58:26.000000000 +0200
66--- src/testdir/Make_ming.mak 2009-11-17 15:30:07.000000000 +0100
67***************
68*** 45,51 ****
69 test15.out test17.out test18.out test21.out test26.out \
70 test30.out test31.out test32.out test33.out test34.out \
71 test37.out test38.out test39.out test40.out test41.out \
72! test42.out test52.out test65.out test66.out test67.out
73
74 SCRIPTS32 = test50.out
75
76--- 45,52 ----
77 test15.out test17.out test18.out test21.out test26.out \
78 test30.out test31.out test32.out test33.out test34.out \
79 test37.out test38.out test39.out test40.out test41.out \
80! test42.out test52.out test65.out test66.out test67.out \
81! test68.out test69.out
82
83 SCRIPTS32 = test50.out
84
85*** ../vim-7.2.301/src/testdir/Make_os2.mak 2009-09-18 14:58:26.000000000 +0200
86--- src/testdir/Make_os2.mak 2009-11-17 15:11:26.000000000 +0100
87***************
88*** 26,32 ****
89 test48.out test51.out test53.out test54.out test55.out \
90 test56.out test57.out test58.out test59.out test60.out \
91 test61.out test62.out test63.out test64.out test65.out \
92! test66.out test67.out
93
94 .SUFFIXES: .in .out
95
96--- 26,32 ----
97 test48.out test51.out test53.out test54.out test55.out \
98 test56.out test57.out test58.out test59.out test60.out \
99 test61.out test62.out test63.out test64.out test65.out \
100! test66.out test67.out test68.out test69.out
101
102 .SUFFIXES: .in .out
103
104*** ../vim-7.2.301/src/testdir/Make_vms.mms 2009-09-18 14:58:26.000000000 +0200
105--- src/testdir/Make_vms.mms 2009-11-17 15:11:26.000000000 +0100
106***************
107*** 69,75 ****
108 test48.out test51.out test53.out test54.out test55.out \
109 test56.out test57.out test60.out \
110 test61.out test62.out test63.out test64.out test65.out \
111! test66.out test67.out
112
113 .IFDEF WANT_GUI
114 SCRIPT_GUI = test16.out
115--- 69,75 ----
116 test48.out test51.out test53.out test54.out test55.out \
117 test56.out test57.out test60.out \
118 test61.out test62.out test63.out test64.out test65.out \
119! test66.out test67.out test68.out test69.out
120
121 .IFDEF WANT_GUI
122 SCRIPT_GUI = test16.out
123*** ../vim-7.2.301/src/version.c 2009-11-17 17:40:34.000000000 +0100
124--- src/version.c 2009-11-17 17:43:26.000000000 +0100
125***************
126*** 683,684 ****
127--- 683,686 ----
128 { /* Add new patch number below this line */
129+ /**/
130+ 302,
131 /**/
132
133--
134Hacker: Someone skilled in computer programming (good guy).
135Cracker: A hacker that uses his skills to crack software (bad guy).
136
137 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
138/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
139\\\ download, build and distribute -- http://www.A-A-P.org ///
140 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.056204 seconds and 4 git commands to generate.