home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / unix / vim-6.2.tar.bz2 / vim-6.2.tar / vim62 / runtime / ftplugof.vim < prev    next >
Encoding:
Text File  |  2002-04-04  |  285 b   |  12 lines

  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 *
  12.