annotate runtime/ftplugof.vim @ 1532:87b9f21264a7
v7.1.247
updated for version 7.1-247
author |
vimboss |
date |
Wed, 13 Feb 2008 09:58:14 +0000 |
parents |
3fc0f57ecb91 |
children |
49b08c9b9f5b |
rev |
line source |
7
|
1 " Vim support file to switch off loading plugins for file types
|
|
2 "
|
|
3 " Maintainer: Bram Moolenaar <Bram@vim.org>
|
|
4 " Last Change: 2002 Apr 04
|
|
5
|
|
6 if exists("did_load_ftplugin")
|
|
7 unlet did_load_ftplugin
|
|
8 endif
|
|
9
|
|
10 " Remove all autocommands in the filetypeplugin group
|
|
11 silent! au! filetypeplugin *
|