view runtime/ftoff.vim @ 29672:6b8aaf16af99 v9.0.0176

patch 9.0.0176: checking character options is duplicated and incomplete Commit: https://github.com/vim/vim/commit/8ca29b6a3599b82b8822b7697cad63d0244c2d59 Author: zeertzjq <zeertzjq@outlook.com> Date: Tue Aug 9 12:53:14 2022 +0100 patch 9.0.0176: checking character options is duplicated and incomplete Problem: Checking character options is duplicated and incomplete. Solution: Move checking to check_chars_options(). (closes https://github.com/vim/vim/issues/10863)
author Bram Moolenaar <Bram@vim.org>
date Tue, 09 Aug 2022 14: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 *