view runtime/indoff.vim @ 12509:1fd4594eb74a

Missing part of 8.0.1131. commit https://github.com/vim/vim/commit/8b21de33bb288738c1445bc7241d3d5106124d66 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 22 11:13:52 2017 +0200 Missing part of 8.0.1131.
author Christian Brabandt <cb@256bit.org>
date Fri, 22 Sep 2017 11:15:04 +0200
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 *