Mercurial > hg > RemoteEditor > vim7
annotate runtime/ftplugof.vim @ 48:67300faee616 v7-3-618
v7-3-618
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 01 Aug 2012 18:08:28 +0900 |
parents | 76efa0be13f1 |
children |
rev | line source |
---|---|
0 | 1 " Vim support file to switch off loading plugins for file types |
2 " | |
3 " Maintainer: Bram Moolenaar <Bram@vim.org> | |
48 | 4 " Last Change: 2011 Oct 20 |
0 | 5 |
6 if exists("did_load_ftplugin") | |
7 unlet did_load_ftplugin | |
8 endif | |
9 | |
48 | 10 " Remove all autocommands in the filetypeplugin group, if any exist. |
11 if exists("#filetypeplugin") | |
12 silent! au! filetypeplugin * | |
13 endif |