view runtime/ftoff.vim @ 28819:caaa99d1250a v8.2.4933

patch 8.2.4933: a few more capitalization mistakes in error messages Commit: https://github.com/vim/vim/commit/df6e0e46c55c9c6d788f94482a8858c0f31391f4 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 10 17:51:55 2022 +0100 patch 8.2.4933: a few more capitalization mistakes in error messages Problem: A few more capitalization mistakes in error messages. Solution: Adjust capitalization. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 May 2022 19:00:05 +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 *