view runtime/indoff.vim @ 11179:49fda934f7e8 v8.0.0476

patch 8.0.0476: missing change to main.c commit https://github.com/vim/vim/commit/7a43cb9cb5909634469b0a3e865747f10ea38e9b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 18 18:15:16 2017 +0100 patch 8.0.0476: missing change to main.c Problem: Missing change to main.c. Solution: Add new function.
author Christian Brabandt <cb@256bit.org>
date Sat, 18 Mar 2017 18:30: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 *