view runtime/ftoff.vim @ 28666:91faff07670a v8.2.4857

patch 8.2.4857: Yaml indent for multiline is wrong Commit: https://github.com/vim/vim/commit/f4f579b46b27f5e1689912a3e84c6a2a96efd143 Author: asmka <asmka9@gmail.com> Date: Mon May 2 10:46:49 2022 +0100 patch 8.2.4857: Yaml indent for multiline is wrong Problem: Yaml indent for multiline is wrong. Solution: Adjust patterns. (closes https://github.com/vim/vim/issues/10328, closes https://github.com/vim/vim/issues/8740)
author Bram Moolenaar <Bram@vim.org>
date Mon, 02 May 2022 12:00: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 *