view runtime/indoff.vim @ 9871:945b165fa831 v7.4.2210

commit https://github.com/vim/vim/commit/cff50f5ec9e8c8c8f69bdcb7fc17e0b9ced540e2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 14 17:32:52 2016 +0200 patch 7.4.2210 Problem: On OSX configure mixes up a Python framework and the Unix layout. Solution: Make configure check properly. (Tim D. Smith, closes https://github.com/vim/vim/issues/980)
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Aug 2016 17:45:06 +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 *