view runtime/ftoff.vim @ 26372:f5727e2603f0 v8.2.3717

patch 8.2.3717: Vim9: error for constant list size is only given at runtime Commit: https://github.com/vim/vim/commit/db9ff9ab5d7ce1fcc2c4106e7ad49151a323996c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 1 17:38:01 2021 +0000 patch 8.2.3717: Vim9: error for constant list size is only given at runtime Problem: Vim9: error for constant list size is only given at runtime. Solution: Give the error at compile time if possible.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Dec 2021 18: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 *