view runtime/ftoff.vim @ 32:44f39ab4661f atsuki start

REP Vim7 version start
author atsuki
date Sat, 10 Nov 2007 15:09:06 +0900
parents 76efa0be13f1
children
line wrap: on
line source

" Vim support file to switch off detection of file types
"
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last change:	2001 Jun 11

if exists("did_load_filetypes")
  unlet did_load_filetypes
endif

" Remove all autocommands in the filetypedetect group
silent! au! filetypedetect *