view runtime/ftoff.vim @ 27468:678ea52c15a0 v8.2.4262

patch 8.2.4262: some search tests fail Commit: https://github.com/vim/vim/commit/44a4d947bbc2c5ddb2908346a7c61ef93b59a3ca Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 30 17:17:41 2022 +0000 patch 8.2.4262: some search tests fail Problem: Some search tests fail. Solution: Use a better way to reject searching for the Visual area.
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 Jan 2022 18:30: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 *