view runtime/ftoff.vim @ 31073:df4957f0ccb5 v9.0.0871

patch 9.0.0871: using freed memory when clearing augroup at more prompt Commit: https://github.com/vim/vim/commit/3b014befa006b7224a84d7d58d9603fc261f34cd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 13 17:53:46 2022 +0000 patch 9.0.0871: using freed memory when clearing augroup at more prompt Problem: Using freed memory when clearing augroup at more prompt. Solution: Delay clearing augroup until it's safe. (closes https://github.com/vim/vim/issues/11441)
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Nov 2022 19:00:05 +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 *