view runtime/ftoff.vim @ 8533:12c443cb2f05

Added tag v7.4.1556 for changeset 3de84783c0291b3af4b2b4ed3c2d0cd10784ea58
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Mar 2016 14:45:04 +0100
parents 3fc0f57ecb91
children 4027cefc2aab
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 *