view runtime/ftoff.vim @ 7631:ad3e9ea845e7 v7.4.1115

commit https://github.com/vim/vim/commit/d0232917ced39ff4838665fbcf379d5116a91aa3 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 17 16:15:32 2016 +0100 patch 7.4.1115 Problem: MS-Windows: make clean in testdir doesn't clean everything. Solution: Add command to delete X* directories. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jan 2016 16:30: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 *