view runtime/ftoff.vim @ 32878:aaa5c1db3731

docs: Improve Markdown in README (#12829) Commit: https://github.com/vim/vim/commit/b23db545ce7cb09ab08f1c5bfde97f44da2e8d00 Author: Viktor Sz?pe <viktor@szepe.net> Date: Sat Aug 19 14:16:10 2023 +0200 docs: Improve Markdown in README (https://github.com/vim/vim/issues/12829)
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2023 14:30:04 +0200
parents 4027cefc2aab
children
line wrap: on
line source

" Vim support file to switch off detection of file types
"
" Maintainer:	The Vim Project <https://github.com/vim/vim>
" Last change:	2023 Aug 10
" Former Maintainer:	Bram Moolenaar <Bram@vim.org>

if exists("did_load_filetypes")
  unlet did_load_filetypes
endif

" Remove all autocommands in the filetypedetect group
silent! au! filetypedetect *