]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.002
- updated to 7.1.326
[packages/vim.git] / 7.1.002
1 To: vim-dev@vim.org
2 Subject: patch 7.1.002
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.1.002
11 Problem:    Oracle Pro*C/C++ files are not detected.
12 Solution:   Add the missing star. (Micah J. Cowan)
13 Files:      runtime/filetype.vim
14
15
16 *** ../vim-7.1.001/runtime/filetype.vim Thu May 10 20:42:30 2007
17 --- runtime/filetype.vim        Tue May 15 09:12:06 2007
18 ***************
19 *** 1,7 ****
20   " Vim support file to detect file types
21   "
22   " Maintainer: Bram Moolenaar <Bram@vim.org>
23 ! " Last Change:        2007 May 10
24   
25   " Listen very carefully, I will say this only once
26   if exists("did_load_filetypes")
27 --- 1,7 ----
28   " Vim support file to detect file types
29   "
30   " Maintainer: Bram Moolenaar <Bram@vim.org>
31 ! " Last Change:        2007 May 15
32   
33   " Listen very carefully, I will say this only once
34   if exists("did_load_filetypes")
35 ***************
36 *** 1286,1292 ****
37   au BufNewFile,BufRead *.it,*.ih                       setf ppwiz
38   
39   " Oracle Pro*C/C++
40 ! au BufNewFile,BufRead .pc                     setf proc
41   
42   " Privoxy actions file
43   au BufNewFile,BufRead *.action                        setf privoxy
44 --- 1286,1292 ----
45   au BufNewFile,BufRead *.it,*.ih                       setf ppwiz
46   
47   " Oracle Pro*C/C++
48 ! au BufNewFile,BufRead *.pc                    setf proc
49   
50   " Privoxy actions file
51   au BufNewFile,BufRead *.action                        setf privoxy
52 *** ../vim-7.1.001/src/version.c        Mon May 14 19:35:51 2007
53 --- src/version.c       Tue May 15 09:13:11 2007
54 ***************
55 *** 668,669 ****
56 --- 668,671 ----
57   {   /* Add new patch number below this line */
58 + /**/
59 +     2,
60   /**/
61
62 -- 
63 hundred-and-one symptoms of being an internet addict:
64 132. You come back and check this list every half-hour.
65
66  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
67 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
68 \\\        download, build and distribute -- http://www.A-A-P.org        ///
69  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.023621 seconds and 3 git commands to generate.