]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.681
- add patches 7.3.619-743
[packages/vim.git] / 7.3.681
CommitLineData
5a088057
KK
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.681
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.3.681 (after 7.3.680)
11Problem: List of distributed files picks up backup files.
12Solution: Make tutor patterns more specific.
13Files: 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--
59Zen 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.070728 seconds and 4 git commands to generate.