Mercurial > vim
annotate runtime/ftplugof.vim @ 360:22c8aff09ad3
updated for version 7.0094
author | vimboss |
---|---|
date | Sun, 26 Jun 2005 22:26:21 +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 * |