view runtime/ftoff.vim @ 16395:a849fe2a4b21 v8.1.1202

patch 8.1.1202: always get regexp debugging logs when building with -DDEBUG commit https://github.com/vim/vim/commit/c2d09c9f2ce487a6971af9306e382d7b38805456 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 25 20:07:51 2019 +0200 patch 8.1.1202: always get regexp debugging logs when building with -DDEBUG Problem: Always get regexp debugging logs when building with -DDEBUG. Solution: By default do not create regexp debugging logs. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Apr 2019 20:15:06 +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 *