view runtime/indoff.vim @ 34628:758601ca4965

Added tag v9.1.0202 for changeset 5071d4c3ff2eb62eeacd3a4b20cda9e250599847
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Mar 2024 10:00:10 +0100
parents 4027cefc2aab
children
line wrap: on
line source

" Vim support file to switch off loading indent files for 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_indent_on")
  unlet did_indent_on
endif

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