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 / mac / vim55rt.sit / runtime / ftoff.vim < prev    next >
Encoding:
Text File  |  1999-09-25  |  284 b   |  14 lines  |  [TEXT/VIM!]

  1. " Vim support file to switch off detection of file types
  2. "
  3. " Maintainer:    Bram Moolenaar <Bram@vim.org>
  4. " Last change:    1999 Feb 02
  5.  
  6. if exists("did_load_filetypes")
  7.   unlet did_load_filetypes
  8. endif
  9.  
  10. " Remove all autocommands in the filetype group
  11. au! filetype *
  12.  
  13. " vim: ts=8 tw=0 sts=0
  14.