annotate runtime/ftplugof.vim @ 34:e170173ecb68
current-release
before ack base protocol.
author |
Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
date |
Wed, 26 Nov 2008 15:02:10 +0900 |
parents |
76efa0be13f1 |
children |
67300faee616 |
rev |
line source |
0
|
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 *
|