view runtime/ftoff.vim @ 26735:44c7d42dff25 v8.2.3896

patch 8.2.3896: Vim9: no test for nested function not available later Commit: https://github.com/vim/vim/commit/db8e5c21b98c5998df4ab94e0b94bd9fdaf35c83 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 25 19:58:22 2021 +0000 patch 8.2.3896: Vim9: no test for nested function not available later Problem: Vim9: no test for nested function not available later. Solution: Add a test.
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Dec 2021 21:00: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 *