view runtime/ftoff.vim @ 5802:80421d934ebd v7.4.245

updated for version 7.4.245 Problem: Crash for "vim -u NONE -N -c '&&'". Solution: Check for the pattern to be NULL. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Fri, 04 Apr 2014 19:00:48 +0200
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 *