view runtime/ftoff.vim @ 27853:dd203ec9a0e1 v8.2.4452

patch 8.2.4452: test for what 8.2.4436 fixes does not check for regression Commit: https://github.com/vim/vim/commit/2dada73a4ebffe2582af472ce362abd3116b58c9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 23 10:52:41 2022 +0000 patch 8.2.4452: test for what 8.2.4436 fixes does not check for regression Problem: Test for what 8.2.4436 fixes does not check for regression. Solution: Set several options. (Ken Takata, closes https://github.com/vim/vim/issues/9830)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Feb 2022 12:00: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 *