view runtime/ftoff.vim @ 13466:cf7cd0272011 v8.0.1607

patch 8.0.1607: --clean loads user settings from .gvimrc commit https://github.com/vim/vim/commit/62dd452d02f4a17f7e9fdfb3656b71bea62e12fe Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 14 21:20:02 2018 +0100 patch 8.0.1607: --clean loads user settings from .gvimrc Problem: --clean loads user settings from .gvimrc. Solution: Behave like "-U NONE" was used. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Wed, 14 Mar 2018 21:30:06 +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 *