view runtime/ftoff.vim @ 24454:53216e87f21c v8.2.2767

patch 8.2.2767: compiler warning for unused argument Commit: https://github.com/vim/vim/commit/bd6406f15db210b78fa24dece3bd021a7ac085dc Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 14 21:30:06 2021 +0200 patch 8.2.2767: compiler warning for unused argument Problem: Compiler warning for unused argument. Solution: Remove the argument.
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Apr 2021 21:45:03 +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 *