view runtime/ftoff.vim @ 16281:1a4da6903913 v8.1.1145

patch 8.1.1145: compiler warning for unused function commit https://github.com/vim/vim/commit/a7be0f2451f46d4940f3a4998e8f69297206739a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 11 11:19:32 2019 +0200 patch 8.1.1145: compiler warning for unused function Problem: Compiler warning for unused function. (Tony Mechelynck) Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Apr 2019 11:30: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 *