view runtime/ftoff.vim @ 27179:c4b94533559e v8.2.4118

patch 8.2.4118: using UNUSED for argument that is used Commit: https://github.com/vim/vim/commit/0023f82a76cf43a12b41e71f97a2e860d0444e1b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 16 21:54:19 2022 +0000 patch 8.2.4118: using UNUSED for argument that is used Problem: Using UNUSED for argument that is used. Solution: Remove UNUSED.
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Jan 2022 23:00: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 *