]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.681
- add patches 7.3.619-743
[packages/vim.git] / 7.3.681
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.681
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.681 (after 7.3.680)
11 Problem:    List of distributed files picks up backup files.
12 Solution:   Make tutor patterns more specific.
13 Files:      Filelist
14
15
16 *** ../vim-7.3.680/Filelist     2012-10-03 21:33:37.000000000 +0200
17 --- Filelist    2012-10-03 21:44:29.000000000 +0200
18 ***************
19 *** 693,702 ****
20                 runtime/tutor/Makefile \
21                 runtime/tutor/tutor.utf-8 \
22                 runtime/tutor/tutor.?? \
23 !               runtime/tutor/tutor.??.* \
24 !               runtime/tutor/tutor.??_??.* \
25                 runtime/tutor/tutor.bar \
26 !               runtime/tutor/tutor.bar.* \
27                 runtime/spell/README.txt \
28                 runtime/spell/??/*.diff \
29                 runtime/spell/??/main.aap \
30 --- 693,709 ----
31                 runtime/tutor/Makefile \
32                 runtime/tutor/tutor.utf-8 \
33                 runtime/tutor/tutor.?? \
34 !               runtime/tutor/tutor.??.utf-8 \
35 !               runtime/tutor/tutor.??.euc \
36 !               runtime/tutor/tutor.??.sjis \
37 !               runtime/tutor/tutor.??.iso9 \
38 !               runtime/tutor/tutor.??.big5 \
39 !               runtime/tutor/tutor.??.cp1250 \
40 !               runtime/tutor/tutor.??.cp1251 \
41 !               runtime/tutor/tutor.??.cp737 \
42 !               runtime/tutor/tutor.??_??.utf-8 \
43                 runtime/tutor/tutor.bar \
44 !               runtime/tutor/tutor.bar.utf-8 \
45                 runtime/spell/README.txt \
46                 runtime/spell/??/*.diff \
47                 runtime/spell/??/main.aap \
48 *** ../vim-7.3.680/src/version.c        2012-10-03 21:33:37.000000000 +0200
49 --- src/version.c       2012-10-03 21:48:04.000000000 +0200
50 ***************
51 *** 721,722 ****
52 --- 721,724 ----
53   {   /* Add new patch number below this line */
54 + /**/
55 +     681,
56   /**/
57
58 -- 
59 Zen Microsystems: we're the om in .commmmmmmmm
60
61  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
62 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
63 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
64  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.125702 seconds and 3 git commands to generate.