]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.340
- up to 7.3.600
[packages/vim.git] / 7.3.340
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.340
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.340
11 Problem:    When 'verbosefile' is set ftplugof.vim can give an error.
12 Solution:   Only remove filetypeplugin autocommands when they exist. (Yasuhiro
13             Matsumoto)
14 Files:      runtime/ftplugof.vim
15
16
17 *** ../vim-7.3.339/runtime/ftplugof.vim 2010-08-15 21:57:11.000000000 +0200
18 --- runtime/ftplugof.vim        2011-10-20 16:51:00.000000000 +0200
19 ***************
20 *** 1,11 ****
21   " Vim support file to switch off loading plugins for file types
22   "
23   " Maintainer: Bram Moolenaar <Bram@vim.org>
24 ! " Last Change:        2002 Apr 04
25   
26   if exists("did_load_ftplugin")
27     unlet did_load_ftplugin
28   endif
29   
30 ! " Remove all autocommands in the filetypeplugin group
31 ! silent! au! filetypeplugin *
32 --- 1,13 ----
33   " Vim support file to switch off loading plugins for file types
34   "
35   " Maintainer: Bram Moolenaar <Bram@vim.org>
36 ! " Last Change:        2011 Oct 20
37   
38   if exists("did_load_ftplugin")
39     unlet did_load_ftplugin
40   endif
41   
42 ! " Remove all autocommands in the filetypeplugin group, if any exist.
43 ! if exists("#filetypeplugin")
44 !   silent! au! filetypeplugin *
45 ! endif
46 *** ../vim-7.3.339/src/version.c        2011-10-20 16:35:25.000000000 +0200
47 --- src/version.c       2011-10-20 18:01:18.000000000 +0200
48 ***************
49 *** 711,712 ****
50 --- 711,714 ----
51   {   /* Add new patch number below this line */
52 + /**/
53 +     340,
54   /**/
55
56 -- 
57 How many light bulbs does it take to change a person?
58
59  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
60 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
61 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
62  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.028388 seconds and 3 git commands to generate.