view runtime/ftoff.vim @ 30841:9221f532df4b v9.0.0755

patch 9.0.0755: huge build on macos always fails on CI Commit: https://github.com/vim/vim/commit/d988ef3a555df2c686899a74393ed53b3186370c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 15 10:54:27 2022 +0100 patch 9.0.0755: huge build on macos always fails on CI Problem: Huge build on macos always fails on CI. Solution: Temporarily disable the perl interface.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Oct 2022 12:00:04 +0200
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 *