view runtime/indoff.vim @ 24245:5e22bf689c9f

Added tag v8.2.2663 for changeset 827fcf174f156c5bb20aad38e76c73904117bc9a
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Mar 2021 15:45:04 +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 *