view runtime/ftoff.vim @ 32820:01cbbc20df1f

Use string interpolation (#12823) Commit: https://github.com/vim/vim/commit/bfc461f756c9b933ea6c5d776244667b6b1a84ef Author: Yegappan Lakshmanan <4298407+yegappan@users.noreply.github.com> Date: Thu Aug 17 13:28:33 2023 -0700 Use string interpolation (https://github.com/vim/vim/issues/12823)
author Christian Brabandt <cb@256bit.org>
date Thu, 17 Aug 2023 22:30:04 +0200
parents 4027cefc2aab
children
line wrap: on
line source

" Vim support file to switch off detection of file types
"
" Maintainer:	The Vim Project <https://github.com/vim/vim>
" Last change:	2023 Aug 10
" Former Maintainer:	Bram Moolenaar <Bram@vim.org>

if exists("did_load_filetypes")
  unlet did_load_filetypes
endif

" Remove all autocommands in the filetypedetect group
silent! au! filetypedetect *