view runtime/ftoff.vim @ 34565:eda0365c992c

runtime(doc): make :h tag-! more consistent (#14208) Commit: https://github.com/vim/vim/commit/989faa4fce65a48d95fd8c9ae402672d70b8de7f Author: zeertzjq <zeertzjq@outlook.com> Date: Sat Mar 16 16:21:20 2024 +0800 runtime(doc): make :h tag-! more consistent (https://github.com/vim/vim/issues/14208) - Use "on" and "off" for 'winfixbuf' option values. - Retab the table. Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Mar 2024 09:30:04 +0100
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 *