view runtime/ftoff.vim @ 31767:29e0a0f7160f

Added tag v9.0.1215 for changeset 9f1504e36ae9c3b72f3e0082182615660b891874
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Jan 2023 22:45:03 +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 *