view runtime/indoff.vim @ 27935:457a7fd87147

Added tag v8.2.4492 for changeset c8d6c2736796ad5d7a105ee4e4fb89b4e08bf105
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Mar 2022 21:00:03 +0100
parents 3fc0f57ecb91
children 4027cefc2aab
line wrap: on
line source

" Vim support file to switch off loading indent files for file types
"
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last Change:	2001 Jun 11

if exists("did_indent_on")
  unlet did_indent_on
endif

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