ftoff.vim 280 B

123456789101112
  1. " Vim support file to switch off detection of file types
  2. "
  3. " Maintainer: Bram Moolenaar <Bram@vim.org>
  4. " Last change: 2001 Jun 11
  5. if exists("did_load_filetypes")
  6. unlet did_load_filetypes
  7. endif
  8. " Remove all autocommands in the filetypedetect group
  9. silent! au! filetypedetect *