view runtime/ftoff.vim @ 23727:7d0959080545 v8.2.2405

patch 8.2.2405: Vim9: no need to allow white space before "(" for :def Commit: https://github.com/vim/vim/commit/4efd9948291801bffebf36b4a9910d08ff981987 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 24 21:14:20 2021 +0100 patch 8.2.2405: Vim9: no need to allow white space before "(" for :def Problem: Vim9: no need to allow white space before "(" for :def. Solution: Give an error for stray white space. (issue https://github.com/vim/vim/issues/7734)
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 Jan 2021 21: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 *