view runtime/ftoff.vim @ 20303:98e7b880b7b1 v8.2.0707

patch 8.2.0707: Vim9 function test fails Commit: https://github.com/vim/vim/commit/f391586f3f6a304d3bb0160ab75bdd9d758bd2da Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 7 14:37:19 2020 +0200 patch 8.2.0707: Vim9 function test fails Problem: Vim9 function test fails. Solution: Adjust expected error code.
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 May 2020 14:45: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 *