view runtime/ftoff.vim @ 23968:da1c89e61b04 v8.2.2526

patch 8.2.2526: build failure Commit: https://github.com/vim/vim/commit/527ed38cfacc5abf32ef3e63f98966d011cd95de Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 17 15:05:45 2021 +0100 patch 8.2.2526: build failure Problem: Build failure. Solution: Change lookup_scriptvar() arguments.
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Feb 2021 15:15: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 *