view runtime/indoff.vim @ 15608:d436af1c3beb

Added tag v8.1.0811 for changeset 2dcaa860e3fc89595a5b63c64e1c3f7cf2ec0259
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Jan 2019 18:00:08 +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 *