]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.684
- add patches 7.3.619-743
[packages/vim.git] / 7.3.684
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.684
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.684
11 Problem:    "make test" does not delete lua.vim.
12 Solution:   Add lua.vim to the clean target. (Simon Ruderich)
13 Files:      src/testdir/Makefile, src/testdir/Make_dos.mak,
14             src/testdir/Make_ming.mak, src/testdir/Make_vms.mms
15
16
17 *** ../vim-7.3.683/src/testdir/Makefile 2012-06-29 12:54:32.000000000 +0200
18 --- src/testdir/Makefile        2012-10-06 19:04:54.000000000 +0200
19 ***************
20 *** 48,57 ****
21   $(SCRIPTS) $(SCRIPTS_GUI): $(VIMPROG)
22   
23   clean:
24 !       -rm -rf *.out *.failed *.rej *.orig test.log tiny.vim small.vim mbyte.vim mzscheme.vim test.ok X* valgrind.* viminfo
25   
26   test1.out: test1.in
27 !       -rm -f $*.failed tiny.vim small.vim mbyte.vim mzscheme.vim test.ok X* viminfo
28         $(VALGRIND) $(VIMPROG) -u unix.vim -U NONE --noplugin -s dotest.in $*.in
29         @/bin/sh -c "if diff test.out $*.ok; \
30                 then mv -f test.out $*.out; \
31 --- 48,57 ----
32   $(SCRIPTS) $(SCRIPTS_GUI): $(VIMPROG)
33   
34   clean:
35 !       -rm -rf *.out *.failed *.rej *.orig test.log tiny.vim small.vim mbyte.vim mzscheme.vim lua.vim test.ok X* valgrind.* viminfo
36   
37   test1.out: test1.in
38 !       -rm -f $*.failed tiny.vim small.vim mbyte.vim mzscheme.vim lua.vim test.ok X* viminfo
39         $(VALGRIND) $(VIMPROG) -u unix.vim -U NONE --noplugin -s dotest.in $*.in
40         @/bin/sh -c "if diff test.out $*.ok; \
41                 then mv -f test.out $*.out; \
42 ***************
43 *** 73,79 ****
44                   fi \
45                 else echo $* NO OUTPUT >>test.log; \
46                 fi"
47 ! #     -rm -rf X* test.ok viminfo
48   
49   test49.out: test49.vim
50   
51 --- 73,79 ----
52                   fi \
53                 else echo $* NO OUTPUT >>test.log; \
54                 fi"
55 !       -rm -rf X* test.ok viminfo
56   
57   test49.out: test49.vim
58   
59 *** ../vim-7.3.683/src/testdir/Make_dos.mak     2012-06-29 12:54:32.000000000 +0200
60 --- src/testdir/Make_dos.mak    2012-10-06 19:04:02.000000000 +0200
61 ***************
62 *** 62,67 ****
63 --- 62,68 ----
64         -if exist tiny.vim del tiny.vim
65         -if exist mbyte.vim del mbyte.vim
66         -if exist mzscheme.vim del mzscheme.vim
67 +       -if exist lua.vim del lua.vim
68         -del X*
69         -if exist viminfo del viminfo
70   
71 *** ../vim-7.3.683/src/testdir/Make_ming.mak    2012-06-29 12:54:32.000000000 +0200
72 --- src/testdir/Make_ming.mak   2012-10-06 19:04:08.000000000 +0200
73 ***************
74 *** 85,90 ****
75 --- 85,91 ----
76         -$(DEL) tiny.vim
77         -$(DEL) mbyte.vim
78         -$(DEL) mzscheme.vim
79 +       -$(DEL) lua.vim
80         -$(DEL) X*
81         -$(DEL) viminfo
82   
83 *** ../vim-7.3.683/src/testdir/Make_vms.mms     2012-04-05 16:56:38.000000000 +0200
84 --- src/testdir/Make_vms.mms    2012-10-06 19:04:34.000000000 +0200
85 ***************
86 *** 4,10 ****
87   # Authors:    Zoltan Arpadffy, <arpadffy@polarhome.com>
88   #             Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
89   #
90 ! # Last change:  2012 Apr 05
91   #
92   # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
93   # Edit the lines in the Configuration section below to select.
94 --- 4,10 ----
95   # Authors:    Zoltan Arpadffy, <arpadffy@polarhome.com>
96   #             Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
97   #
98 ! # Last change:  2012 Oct 06
99   #
100   # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
101   # Edit the lines in the Configuration section below to select.
102 ***************
103 *** 184,188 ****
104 --- 184,189 ----
105         -@ if "''F$SEARCH("small.vim")'"    .NES. "" then delete/noconfirm/nolog small.vim.*
106         -@ if "''F$SEARCH("mbyte.vim")'"    .NES. "" then delete/noconfirm/nolog mbyte.vim.*
107         -@ if "''F$SEARCH("mzscheme.vim")'" .NES. "" then delete/noconfirm/nolog mzscheme.vim.*
108 +       -@ if "''F$SEARCH("lua.vim")'" .NES. "" then delete/noconfirm/nolog lua.vim.*
109         -@ if "''F$SEARCH("viminfo.*")'"    .NES. "" then delete/noconfirm/nolog viminfo.*.*
110   
111 *** ../vim-7.3.683/src/version.c        2012-10-05 21:30:04.000000000 +0200
112 --- src/version.c       2012-10-06 18:59:40.000000000 +0200
113 ***************
114 *** 721,722 ****
115 --- 721,724 ----
116   {   /* Add new patch number below this line */
117 + /**/
118 +     684,
119   /**/
120
121 -- 
122 ERIC IDLE PLAYED: THE DEAD COLLECTOR, MR BINT (A VILLAGE NE'ER-DO -WELL VERY
123                   KEEN ON BURNING WITCHES), SIR ROBIN, THE GUARD WHO DOESN'T
124                   HICOUGH BUT TRIES TO GET THINGS STRAIGHT, CONCORDE (SIR
125                   LAUNCELOT'S TRUSTY STEED), ROGER THE SHRUBBER (A SHRUBBER),
126                   BROTHER MAYNARD
127                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
128
129  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
130 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
131 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
132  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.121405 seconds and 3 git commands to generate.