annotate runtime/ftplugof.vim @ 1462:ceaf71b15d81
v7.1.177
updated for version 7.1-177
author |
vimboss |
date |
Tue, 01 Jan 2008 13:17:56 +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 *
|